Tim Schaub a95327f18e Define goog and assign to global
When concatenating the Closure Library, base.js creates a new `goog` object if there is not already one in scope.  Later, `goog.global` is assigned the value of `this`.  Calls to `goog.provide` create "namespace" objects by assigning to `goog.global`.  To ensure that `goog` is the same as `goog.global.goog`, we need to create a new `goog` object in the scope of base.js and assign it to `this.goog`.
2014-12-19 14:41:47 -07:00
2014-08-28 16:15:41 -06:00
2014-12-19 14:41:47 -07: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-12-19 11:05:29 -07: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%