From a2a3bb291f3848cba50622a8a70e80d657f7115a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 6 Sep 2012 00:41:18 -0700 Subject: [PATCH] Let build.js handle the "use strict" directive and not minify.js. Former-commit-id: 741eb692b158e22aa688d6dac1b63fc2787cc426 --- build/minify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/minify.js b/build/minify.js index 29e355d33..3dfcaac45 100755 --- a/build/minify.js +++ b/build/minify.js @@ -25,7 +25,6 @@ /** Closure Compiler command-line options */ var closureOptions = [ '--compilation_level=ADVANCED_OPTIMIZATIONS', - '--language_in=ECMASCRIPT5_STRICT', '--warning_level=QUIET' ];