diff --git a/src/build/common/jsCompiler.js b/src/build/common/jsCompiler.js index d15cdbb..3157181 100644 --- a/src/build/common/jsCompiler.js +++ b/src/build/common/jsCompiler.js @@ -128,7 +128,8 @@ exports.JSCompiler = Class(function () { var closureOpts = [ '--compilation_level', 'SIMPLE_OPTIMIZATIONS', - '--jscomp_off', 'internetExplorerChecks' + '--jscomp_off', 'internetExplorerChecks', + '--language_in', 'ECMASCRIPT5' ]; this._api.jvmtools.exec({