From 96269c0b24b9db54cc01c4a2f1dd8c1e40762069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 19 Aug 2014 11:51:11 +0200 Subject: [PATCH] Change comment in loader_hosted_examples.js The hosted examples do not use the ol-debug.js build. They use ol.js in "production" mode, and they load scripts one by one in "development" mode. --- bin/loader_hosted_examples.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/loader_hosted_examples.js b/bin/loader_hosted_examples.js index 46b07bd0c8..3ca942911b 100644 --- a/bin/loader_hosted_examples.js +++ b/bin/loader_hosted_examples.js @@ -1,13 +1,13 @@ /** - * Loader to add ol.css, ol.js and the example-specific js file to the - * documents. - * * This loader is used for the hosted examples. It is used in place of the * development loader (examples/loader.js). * - * The ol.js, ol-debug.js, and ol-deps.js scripts are built by OL3's - * build.py script. They are located in the ../build/ directory, relative to - * this script. + * The loader loads ol.js and the example's script in "production" mode; it + * loads Closure Library's base.js, ol-deps.js, the example's "goog.require" + * 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. + * They are located in the ../build/ directory, relative to this script. * * The script must be named loader.js. *