OpenLayers.Strategy destroy() nullify options property. r=elemoine (closes #1657)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7690 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-08-04 12:25:47 +00:00
parent 397de6fc6a
commit a3ffb5734c
2 changed files with 4 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ OpenLayers.Strategy = OpenLayers.Class({
destroy: function() {
this.deactivate();
this.layer = null;
this.options = null;
},
/**