Correct code type in tasks/readme

This commit is contained in:
Frederic Junod
2014-06-18 13:42:32 +02:00
parent 92b62ba3ab
commit f09c00462c

View File

@@ -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",