Typo in panzoombar. committed with sde approval.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2923 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-03-29 15:53:37 +00:00
parent 6f49f8759a
commit d86b57b7ec

View File

@@ -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);
},