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

View File

@@ -13,7 +13,7 @@ describe('ol.layer.Tile', function() {
});
afterEach(function() {
goog.dispose(layer);
layer.dispose();
});
it('creates an instance', function() {
@@ -32,6 +32,5 @@ describe('ol.layer.Tile', function() {
});
goog.require('goog.dispose');
goog.require('ol.layer.Tile');
goog.require('ol.source.OSM');