Updated Exports Files (markdown)

Éric Lemoine
2013-05-10 04:46:43 -07:00
parent ad2999fad1
commit 39ad1163f1
+2
@@ -74,6 +74,8 @@ For example, `oli.js` includes the following definition:
This will prevent the Compiler from renaming `setMap` internally, allowing the creation of custom controls defining their own `setMap` functions. (The `ol.control.Control.prototype.setMap` function is also exported, making it possible to call it from child implementations.)
http://ol3js.org/ol3/master/examples/custom-controls.html provides an example for creating custom controls.
## Under the hood
`build/src/internal/src/requireall.js` is used in the `build.py build-all` target to ensure that all source files are passed to the compiler.