Remove use of goog.dispose()
This commit is contained in:
@@ -43,7 +43,7 @@ describe('ol.interaction.Snap', function() {
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
goog.dispose(map);
|
||||
map.dispose();
|
||||
document.body.removeChild(target);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user