Do not rename handleMapBrowserEvent internally

This commit is contained in:
Björn Harrtell
2014-10-07 10:17:58 +02:00
committed by Björn Harrtell
parent 4c63609749
commit c4d6e04e4b
2 changed files with 17 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ ol.interaction.InteractionProperty = {
*
* @constructor
* @extends {ol.Object}
* @implements {oli.interaction.Interaction}
* @api
*/
ol.interaction.Interaction = function() {
@@ -80,6 +81,7 @@ ol.interaction.Interaction.prototype.getMap = function() {
* @return {boolean} Whether the map browser event should continue
* through the chain of interactions. false means stop, true
* means continue.
* @api
*/
ol.interaction.Interaction.prototype.handleMapBrowserEvent =
goog.abstractMethod;