Have disposeInternal call parent

This commit is contained in:
Éric Lemoine
2012-10-11 17:46:22 +02:00
parent fbc810264b
commit 0b411ad69c
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -289,6 +289,7 @@ ol.MapBrowserEventHandler.prototype.disposeInternal = function() {
goog.array.forEach(this.dragListenerKeys_, goog.events.unlistenByKey);
this.dragListenerKeys_ = null;
}
goog.base(this, 'disposeInternal');
};