Remove use of goog.object.remove
This commit is contained in:
@@ -425,7 +425,7 @@ ol.pointer.TouchSource.prototype.cancelOut_ =
|
||||
* @param {Object} inPointer
|
||||
*/
|
||||
ol.pointer.TouchSource.prototype.cleanUpPointer_ = function(inPointer) {
|
||||
goog.object.remove(this.pointerMap, inPointer.pointerId);
|
||||
delete this.pointerMap[inPointer.pointerId];
|
||||
this.removePrimaryPointer_(inPointer);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user