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

@@ -32,7 +32,7 @@ describe('ol.interaction.Draw', function() {
});
afterEach(function() {
goog.dispose(map);
map.dispose();
document.body.removeChild(target);
});
@@ -811,7 +811,6 @@ describe('ol.interaction.Draw', function() {
});
});
goog.require('goog.dispose');
goog.require('ol.events');
goog.require('ol.Feature');
goog.require('ol.Map');