Control should set this.div to null in destroy, r=fredj (closes #2850)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10789 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-09-24 06:39:08 +00:00
parent ff6a4d44e7
commit fe16f7b409

View File

@@ -227,6 +227,7 @@ OpenLayers.Control = OpenLayers.Class({
this.map.removeControl(this);
this.map = null;
}
this.div = null;
},
/**