Convert tabs to spaces. (need to fix vi on my linux machine.)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@26 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -33,8 +33,8 @@ OpenLayers.Control.PanZoom.prototype =
|
||||
this._addButton("zoomin", "zoom-plus-mini.png", centered.addY(sz.h*3), sz);
|
||||
centered = centered.addY(sz.h*3);
|
||||
for (var i=this.map.getZoomLevels(); i--; i>=0) {
|
||||
centered = centered.addY(sz.h);
|
||||
this._addButton("zoomLevel"+i, "zoom-world-mini.png", centered, sz);
|
||||
centered = centered.addY(sz.h);
|
||||
this._addButton("zoomLevel"+i, "zoom-world-mini.png", centered, sz);
|
||||
}
|
||||
this._addButton("zoomout", "zoom-minus-mini.png", centered.addY(sz.h), sz);
|
||||
return this.div;
|
||||
|
||||
Reference in New Issue
Block a user