Pull SetUnion into its own operation

This commit is contained in:
d98762625 2018-04-06 16:27:24 +01:00
parent f491461a57
commit 5f93c667a2
6 changed files with 350 additions and 306 deletions

View file

@ -164,7 +164,6 @@ OpModules.Default = {
"Windows Filetime to UNIX Timestamp": Filetime.runFromFiletimeToUnix,
"UNIX Timestamp to Windows Filetime": Filetime.runToFiletimeFromUnix,
"XKCD Random Number": XKCD.runRandomNumber,
"Set Operations": SetOps.runSetOperation.bind(SetOps),
/*