From d86b57b7ec026ab6faad6889693082da35677e79 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 29 Mar 2007 15:53:37 +0000 Subject: [PATCH] Typo in panzoombar. committed with sde approval. git-svn-id: http://svn.openlayers.org/trunk/openlayers@2923 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/PanZoomBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/PanZoomBar.js b/lib/OpenLayers/Control/PanZoomBar.js index bf153b41c2..adb78f0553 100644 --- a/lib/OpenLayers/Control/PanZoomBar.js +++ b/lib/OpenLayers/Control/PanZoomBar.js @@ -168,7 +168,7 @@ OpenLayers.Control.PanZoomBar.prototype = this.zoomStart = evt.xy.clone(); this.div.style.cursor = "move"; // reset the div offsets just in case the div moved - this.zoomBarDiv.offsets = null; + this.zoombarDiv.offsets = null; OpenLayers.Event.stop(evt); },