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:
@@ -227,6 +227,7 @@ OpenLayers.Control = OpenLayers.Class({
|
|||||||
this.map.removeControl(this);
|
this.map.removeControl(this);
|
||||||
this.map = null;
|
this.map = null;
|
||||||
}
|
}
|
||||||
|
this.div = null;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user