c6b172aef2b10a8a7c04a53b182db2ed2d8d689b
CommonJS style modules will either assign `exports` to `module` or will assign properties to `exports`. This allows us to work with either style:
module.exports = Foo;
or
exports.Foo = Foo;
Support for additional properties that are assigned to `exports` (or non-function values assigned to `module.exports`) will likely take additional typedef work in the wrapper.
OpenLayers 3
Welcome to OpenLayers 3!
Check out the hosted examples, the workshop or poke around the evolving API docs.
Please don't ask questions in the github issue tracker but use the mailing list instead.
Please see our guide on contributing if you're interested in getting involved.
Description
Languages
JavaScript
99%
CSS
0.6%
Handlebars
0.3%
Shell
0.1%
