Give ol.pointer.EventType its own file

This commit is contained in:
Frederic Junod
2016-08-31 11:06:54 +02:00
committed by Tim Schaub
parent fcdeda7f14
commit cc87a092fd
4 changed files with 20 additions and 16 deletions
+1
View File
@@ -8,6 +8,7 @@ goog.require('ol.MapEvent');
goog.require('ol.events');
goog.require('ol.events.EventTarget');
goog.require('ol.events.EventType');
goog.require('ol.pointer.EventType');
goog.require('ol.pointer.PointerEventHandler');