From 96465e9eced291d3e0c69b583a1b70c332d56b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 20 Jun 2013 11:45:41 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 067bfbd..4f1eaf5 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -211,7 +211,7 @@ You can use `simple.js` and `simple.html` as templates for new examples. serve` triggers the `examples` target which creates a Plovr JSON file for each example. -### Use of the `goog` namespace +### Use of the `goog` namespace in examples Short story: the OL3 examples should not use the `goog` namespace, except for `goog.require`.