Remove unused ol.pointer.PointerEvent#originalEvent
This commit is contained in:
@@ -59,12 +59,6 @@ ol.pointer.PointerEvent = function(type, browserEvent, opt_eventDict) {
|
|||||||
*/
|
*/
|
||||||
this.browserEvent = browserEvent;
|
this.browserEvent = browserEvent;
|
||||||
|
|
||||||
/**
|
|
||||||
* @const
|
|
||||||
* @type {Event}
|
|
||||||
*/
|
|
||||||
this.originalEvent = browserEvent.getBrowserEvent();
|
|
||||||
|
|
||||||
var eventDict = goog.isDef(opt_eventDict) ? opt_eventDict : {};
|
var eventDict = goog.isDef(opt_eventDict) ? opt_eventDict : {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user