Rename _ol_MapBrowserPointEvent_ to MapBrowserPointerEvent

This commit is contained in:
Marc Jansen
2017-12-15 09:46:07 +01:00
committed by Frederic Junod
parent 039bde29cc
commit ec64789940
11 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import _ol_Map_ from '../../../../src/ol/Map.js';
import _ol_MapBrowserPointerEvent_ from '../../../../src/ol/MapBrowserPointerEvent.js';
import MapBrowserPointerEvent from '../../../../src/ol/MapBrowserPointerEvent.js';
import _ol_View_ from '../../../../src/ol/View.js';
import _ol_interaction_Extent_ from '../../../../src/ol/interaction/Extent.js';
import _ol_pointer_PointerEvent_ from '../../../../src/ol/pointer/PointerEvent.js';
@@ -57,7 +57,7 @@ describe('ol.interaction.Extent', function() {
clientY: position.top - y + height / 2,
shiftKey: shiftKey
});
var event = new _ol_MapBrowserPointerEvent_(type, map, pointerEvent);
var event = new MapBrowserPointerEvent(type, map, pointerEvent);
event.pointerEvent.pointerId = 1;
map.handleMapBrowserEvent(event);
}