ol.Map:destroy is back (api tests pass again)

This commit is contained in:
Éric Lemoine
2012-07-09 21:09:42 +02:00
parent 7c7cd08494
commit 04f87f8f73
3 changed files with 9 additions and 1 deletions

View File

@@ -82,4 +82,4 @@ ol.control.Control.prototype.deactivate = function() {
ol.control.Control.prototype.destroy = function() {
this.deactivate();
goog.object.clear(this);
};
};