diff --git a/build.py b/build.py index 89fa86b4ee..3c3aa7cb5b 100755 --- a/build.py +++ b/build.py @@ -346,7 +346,7 @@ def examples_star_json(name, match): ], "compilation_level": "ADVANCED", "warning_level": "VERBOSE", - "output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();", + "output_wrapper": "(function(){%output%})();", "use_types_for_optimization": True, "manage_closure_dependencies": True } diff --git a/config/examples-all.json b/config/examples-all.json index 2ad36733e4..12e017f984 100644 --- a/config/examples-all.json +++ b/config/examples-all.json @@ -69,7 +69,7 @@ ], "compilation_level": "ADVANCED", "warning_level": "VERBOSE", - "output_wrapper": "// OpenLayers 3. See http://ol3js.org/\n(function(){%output%})();", + "output_wrapper": "(function(){%output%})();", "use_types_for_optimization": true, "manage_closure_dependencies": true