rolling back that previous bad commit
git-svn-id: http://svn.openlayers.org/trunk/openlayers@2130 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -29,9 +29,8 @@ OpenLayers.Marker.Box.prototype =
|
|||||||
this.bounds = bounds;
|
this.bounds = bounds;
|
||||||
this.div = OpenLayers.Util.createDiv();
|
this.div = OpenLayers.Util.createDiv();
|
||||||
this.div.style.overflow = 'hidden';
|
this.div.style.overflow = 'hidden';
|
||||||
this.div.className = 'olMarkerBox';
|
|
||||||
this.events = new OpenLayers.Events(this, this.div, null);
|
this.events = new OpenLayers.Events(this, this.div, null);
|
||||||
//this.setBorder(borderColor, borderWidth);
|
this.setBorder(borderColor, borderWidth);
|
||||||
},
|
},
|
||||||
|
|
||||||
/** Allow the user to change the box's color and border width
|
/** Allow the user to change the box's color and border width
|
||||||
|
|||||||
Reference in New Issue
Block a user