Update bin/loader_hosted_examples.js

This commit is contained in:
Éric Lemoine
2015-04-26 20:42:02 +02:00
parent 190eda1b1f
commit 3fdd1f2135
+2 -2
View File
@@ -6,8 +6,8 @@
* loads Closure Library's base.js, ol-deps.js, the example's "goog.require" * loads Closure Library's base.js, ol-deps.js, the example's "goog.require"
* script, and the example's script in "development" mode. * script, and the example's script in "development" mode.
* *
* The ol.js and ol-deps.js scripts are built by OL3's build.py script. * The ol.js and ol-deps.js scripts are built using ol3's Makefile. They are
* They are located in the ../build/ directory, relative to this script. * located in the ../build/ directory, relative to this script.
* *
* The script must be named loader.js. * The script must be named loader.js.
* *