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

View File

@@ -12,6 +12,7 @@ goog.require('ol.events');
goog.require('ol.events.Event');
goog.require('ol.events.EventType');
goog.require('ol.math');
goog.require('ol.pointer.EventType');
goog.require('ol.pointer.PointerEventHandler');