Remove use of goog.dispose()

This commit is contained in:
Tim Schaub
2016-03-01 23:35:22 -07:00
parent df4f154a93
commit ae4d8195c0
25 changed files with 65 additions and 86 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ ol.renderer.webgl.Map.prototype.disposeInternal = function() {
}
});
}
goog.dispose(this.context_);
this.context_.dispose();
goog.base(this, 'disposeInternal');
};