Remove unused property pointerMap on NativeSource
This commit is contained in:
@@ -52,13 +52,6 @@ ol.pointer.NativeSource = function(dispatcher) {
|
|||||||
'lostpointercapture': this.lostPointerCapture
|
'lostpointercapture': this.lostPointerCapture
|
||||||
};
|
};
|
||||||
goog.base(this, dispatcher, mapping);
|
goog.base(this, dispatcher, mapping);
|
||||||
|
|
||||||
/**
|
|
||||||
* @const
|
|
||||||
* @type {goog.structs.Map}
|
|
||||||
*/
|
|
||||||
this.pointerMap = dispatcher.pointerMap;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
goog.inherits(ol.pointer.NativeSource, ol.pointer.EventSource);
|
goog.inherits(ol.pointer.NativeSource, ol.pointer.EventSource);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user