make ol.Map inherit from goog.EventTarget, and add an ol.handler.Drag

This commit is contained in:
Éric Lemoine
2012-06-28 22:33:29 +02:00
parent d8e8e55b44
commit 946cd33350
5 changed files with 91 additions and 113 deletions
+1 -1
View File
@@ -5,9 +5,9 @@ goog.require('ol.bounds');
goog.require('ol.control.Attribution');
goog.require('ol.control.Navigation');
goog.require('ol.control.Zoom');
goog.require('ol.event.Drag');
goog.require('ol.event.Events');
goog.require('ol.event.Scroll');
goog.require('ol.handler.Drag');
goog.require("ol.map");
goog.require("ol.loc");
goog.require("ol.feature");