compilation_level is now just ADVANCED and SIMPLE

This commit is contained in:
Éric Lemoine
2014-07-02 12:20:48 +02:00
parent a157ecd788
commit f54398eda3
5 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@
"jscomp_off": [
"es5Strict"
],
"compilation_level": "ADVANCED_OPTIMIZATIONS",
"compilation_level": "ADVANCED",
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
"use_types_for_optimization": true,
"manage_closure_dependencies": true