From 0dc5793834cc06685d862f82f9bc15f5045fa1ea Mon Sep 17 00:00:00 2001 From: bartvde Date: Fri, 24 Sep 2010 08:44:12 +0000 Subject: [PATCH] undo fix for #2850 git-svn-id: http://svn.openlayers.org/trunk/openlayers@10790 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/OpenLayers/Control.js b/lib/OpenLayers/Control.js index d03d185046..916e9dab17 100644 --- a/lib/OpenLayers/Control.js +++ b/lib/OpenLayers/Control.js @@ -227,7 +227,6 @@ OpenLayers.Control = OpenLayers.Class({ this.map.removeControl(this); this.map = null; } - this.div = null; }, /**