Events.js ported, with tests stub. More tests to be added.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
goog.provide("ol");
|
||||
goog.require('ol.bounds');
|
||||
goog.require('ol.event');
|
||||
goog.require('ol.event.Events');
|
||||
goog.require("ol.map");
|
||||
goog.require("ol.loc");
|
||||
goog.require("ol.projection");
|
||||
goog.require("ol.Tile");
|
||||
goog.require("ol.TileSet");
|
||||
goog.require("ol.geom.geometry");
|
||||
goog.require("ol.geom.point");
|
||||
goog.require("ol.geom.point");
|
||||
Reference in New Issue
Block a user