Tim Schaub c6b172aef2 Work with modules that assign to exports
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.
2014-10-24 08:45:59 -06:00
2014-08-28 16:15:41 -06:00
2014-10-21 23:00:10 -06:00
2014-10-23 15:57:27 -06:00
2014-03-23 19:59:49 +01:00
2013-11-20 11:39:20 +01:00
2013-02-12 15:47:55 +01:00
2014-05-31 11:35:37 +01:00
2014-02-25 22:02:35 +01:00
2014-08-28 16:15:41 -06:00
2014-03-11 21:41:36 +01:00

OpenLayers 3

Travis CI Status

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%