Turn off strict

This commit is contained in:
Tom MacWright
2016-09-04 12:36:53 -04:00
parent 2910eaddbb
commit 71ab78a221
+2 -1
View File
@@ -63,7 +63,8 @@ function build() {
bundle.write({
format: 'iife',
dest: 'dist/iD.js',
sourceMap: true
sourceMap: true,
useStrict: false
});
building = false;