From 1d6c1f437e55405a4779944981df45451bf43e5c Mon Sep 17 00:00:00 2001 From: bartvde Date: Wed, 17 Mar 2010 20:46:47 +0000 Subject: [PATCH] change property zoomBarDiv to zoombarDiv to match the actual code in PanZoomBar, reported by Gerardo, non-functional change (closes #2188) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10105 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/PanZoomBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Control/PanZoomBar.js b/lib/OpenLayers/Control/PanZoomBar.js index 9326234ff2..410cca543c 100644 --- a/lib/OpenLayers/Control/PanZoomBar.js +++ b/lib/OpenLayers/Control/PanZoomBar.js @@ -41,10 +41,10 @@ OpenLayers.Control.PanZoomBar = OpenLayers.Class(OpenLayers.Control.PanZoom, { sliderEvents: null, /** - * Property: zoomBarDiv + * Property: zoombarDiv * {DOMElement} */ - zoomBarDiv: null, + zoombarDiv: null, /** * Property: divEvents