Have disposeInternal call parent
This commit is contained in:
@@ -54,6 +54,7 @@ goog.inherits(ol.control.Control, goog.Disposable);
|
||||
*/
|
||||
ol.control.Control.prototype.disposeInternal = function() {
|
||||
goog.dom.removeNode(this.element);
|
||||
goog.base(this, 'disposeInternal');
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user