Let build.js handle the "use strict" directive and not minify.js.

Former-commit-id: 741eb692b158e22aa688d6dac1b63fc2787cc426
This commit is contained in:
John-David Dalton
2012-09-06 00:41:18 -07:00
parent b7c0ac7d67
commit a2a3bb291f

View File

@@ -25,7 +25,6 @@
/** Closure Compiler command-line options */
var closureOptions = [
'--compilation_level=ADVANCED_OPTIMIZATIONS',
'--language_in=ECMASCRIPT5_STRICT',
'--warning_level=QUIET'
];