From 3fdd1f2135d0ad9f4682c5e76bdcd723da0d0421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sun, 26 Apr 2015 20:42:02 +0200 Subject: [PATCH] Update bin/loader_hosted_examples.js --- bin/loader_hosted_examples.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/loader_hosted_examples.js b/bin/loader_hosted_examples.js index 3ca942911b..9112a68321 100644 --- a/bin/loader_hosted_examples.js +++ b/bin/loader_hosted_examples.js @@ -6,8 +6,8 @@ * 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 ol.js and ol-deps.js scripts are built using ol3's Makefile. They are + * located in the ../build/ directory, relative to this script. * * The script must be named loader.js. *