From e3971585187cfa99e2fb074286aac920505fa672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 20 Jun 2013 11:46:44 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 4f1eaf5..8a0a7de 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -221,9 +221,7 @@ standalone lib (which has implications of the symbols and properties we export), with Plovr in ADVANCED mode, and with Plovr in RAW (debug) mode. Running the examples with Plovr makes it mandatory to declare dependencies with -`goog.require` statements. And for the examples to also run with the standalone -lib we [export](https://github.com/openlayers/ol3/blob/master/src/goog.exports) -`goog.require` as the null function. +`goog.require` statements. Exporting `goog.require` has a side effect: it adds the `goog` namespace object to the global object. This is why we can, for example, have `if (goog.DEBUG)`