From f09c00462c5b990c8c13e450200d361c76132746 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 18 Jun 2014 13:42:32 +0200 Subject: [PATCH] Correct code type in tasks/readme --- tasks/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/readme.md b/tasks/readme.md index f2eb673667..2d32bfc732 100644 --- a/tasks/readme.md +++ b/tasks/readme.md @@ -69,7 +69,7 @@ To generate a build named `ol.min.js` with the `build.json`, you would run this: To export the `ol` symbol to somewhere other than the global namespace, a `namespace` option is available. This can e.g. be useful for creating an ol3 AMD module, by simply providing a build configuration like the following: -```js +```json { "exports": ["*"], "namespace": "AMD",