Remove incorrect use of @override
This commit is contained in:
@@ -270,7 +270,9 @@ ol.MapBrowserEventHandler.prototype.drag_ = function(browserEvent) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/** @override */
|
/**
|
||||||
|
* FIXME empty description for jsdoc
|
||||||
|
*/
|
||||||
ol.MapBrowserEventHandler.prototype.disposeInternal = function() {
|
ol.MapBrowserEventHandler.prototype.disposeInternal = function() {
|
||||||
var element = this.map_.getViewport();
|
var element = this.map_.getViewport();
|
||||||
goog.events.unlisten(element,
|
goog.events.unlisten(element,
|
||||||
|
|||||||
Reference in New Issue
Block a user