Remove unused ol.pointer.PointerEvent#originalEvent

This commit is contained in:
Frederic Junod
2014-03-19 09:44:25 +01:00
parent 6af2d5ae47
commit 764d7aaaa4

View File

@@ -59,12 +59,6 @@ ol.pointer.PointerEvent = function(type, browserEvent, opt_eventDict) {
*/
this.browserEvent = browserEvent;
/**
* @const
* @type {Event}
*/
this.originalEvent = browserEvent.getBrowserEvent();
var eventDict = goog.isDef(opt_eventDict) ? opt_eventDict : {};
/**