r404@creusa: crschmidt | 2006-05-27 12:19:43 -0400
Removing unmodified 'destroy' function, adding CLASS_NAME per codingstyle. git-svn-id: http://svn.openlayers.org/trunk/openlayers@428 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -192,7 +192,5 @@ OpenLayers.Control.PanZoomBar.prototype =
|
|||||||
this.slider.style.top = newTop + "px";
|
this.slider.style.top = newTop + "px";
|
||||||
},
|
},
|
||||||
|
|
||||||
destroy: function() {
|
CLASS_NAME: "OpenLayers.Control.PanZoomBar"
|
||||||
OpenLayers.Control.PanZoom.prototype.destroy.apply(this, arguments);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user