[OpenLayers-Commits] r5670 - sandbox/tschaub/scalebar/lib/OpenLayers/Control

commits at openlayers.org commits at openlayers.org
Mon Jan 7 03:25:15 EST 2008


Author: tschaub
Date: 2008-01-07 03:25:15 -0500 (Mon, 07 Jan 2008)
New Revision: 5670

Modified:
   sandbox/tschaub/scalebar/lib/OpenLayers/Control/ScaleBar.js
Log:
local left

Modified: sandbox/tschaub/scalebar/lib/OpenLayers/Control/ScaleBar.js
===================================================================
--- sandbox/tschaub/scalebar/lib/OpenLayers/Control/ScaleBar.js	2008-01-07 08:02:36 UTC (rev 5669)
+++ sandbox/tschaub/scalebar/lib/OpenLayers/Control/ScaleBar.js	2008-01-07 08:25:15 UTC (rev 5670)
@@ -304,7 +304,7 @@
                 (numDiv *this.subProps.pixels) -
                 (this.singleLine ? this.xOffsetSingleLine : this.dxNumbersBox)
         }
-        var xPos, measure, divNum, cls;
+        var xPos, measure, divNum, cls, left;
         for(var di=0; di<this.divisions; ++di) {
             // set xPos and measure to start of division
             xPos = di * this.subdivisions * this.subProps.pixels +



More information about the Commits mailing list