Remove unused property pointerMap on NativeSource

This commit is contained in:
tsauerwein
2014-03-13 11:24:01 +01:00
parent b693ddf56e
commit 72d7a6e1ff

View File

@@ -52,13 +52,6 @@ ol.pointer.NativeSource = function(dispatcher) {
'lostpointercapture': this.lostPointerCapture
};
goog.base(this, dispatcher, mapping);
/**
* @const
* @type {goog.structs.Map}
*/
this.pointerMap = dispatcher.pointerMap;
};
goog.inherits(ol.pointer.NativeSource, ol.pointer.EventSource);