diff --git a/Developer-Guide.md b/Developer-Guide.md index 8a0a7de..9dff8eb 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -223,10 +223,6 @@ 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. -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)` -statements in the code of the examples. - ## Writing good commit messages We follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html