Have disposeInternal call parent
This commit is contained in:
@@ -295,8 +295,8 @@ ol.Map.prototype.canRotate = function() {
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.Map.prototype.disposeInternal = function() {
|
||||
goog.base(this, 'disposeInternal');
|
||||
goog.dom.removeNode(this.viewport_);
|
||||
goog.base(this, 'disposeInternal');
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user