Remove additional line that doesn't do anything useful.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@509 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -24,7 +24,6 @@ OpenLayers.Control.MouseToolbar.prototype =
|
|||||||
this.map.events.register( "mouseout", this, this.defaultMouseOut );
|
this.map.events.register( "mouseout", this, this.defaultMouseOut );
|
||||||
var sz = new OpenLayers.Size(18,18);
|
var sz = new OpenLayers.Size(18,18);
|
||||||
var centered = new OpenLayers.Pixel(100, 20);
|
var centered = new OpenLayers.Pixel(100, 20);
|
||||||
this._addButton("zoombox", "west-mini.png", centered, sz);
|
|
||||||
this._addButton("zoombox", "west-mini.png", "east-mini.png", centered, sz);
|
this._addButton("zoombox", "west-mini.png", "east-mini.png", centered, sz);
|
||||||
return this.div;
|
return this.div;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user