disposeInternal implementation for ol.Map
This commit is contained in:
@@ -290,6 +290,16 @@ ol.Map.prototype.canRotate = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
ol.Map.prototype.disposeInternal = function() {
|
||||||
|
goog.base(this, 'disposeInternal');
|
||||||
|
goog.dom.removeNode(this.viewport_);
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.Extent} extent Extent.
|
* @param {ol.Extent} extent Extent.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user