Remove unused ol.pointer.EventSource#getMapping function

This commit is contained in:
Frederic Junod
2017-06-08 10:40:11 +02:00
parent e3128c204e
commit 1fbf3caa50

View File

@@ -31,17 +31,6 @@ ol.pointer.EventSource.prototype.getEvents = function() {
};
/**
* Returns a mapping between the supported event types and
* the handlers that should handle an event.
* @return {Object.<string, function(Event)>}
* Event/Handler mapping
*/
ol.pointer.EventSource.prototype.getMapping = function() {
return this.mapping_;
};
/**
* Returns the handler that should handle a given event type.
* @param {string} eventType The event type.