Merge pull request #2951 from abustany/sjcl-module

sjcl: Allow loading as an external module
This commit is contained in:
Masahiro Wakame
2014-10-10 12:26:48 +09:00
+4
View File
@@ -554,3 +554,7 @@ declare module sjcl {
}
}
}
declare module "sjcl" {
export = sjcl;
}