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:
crschmidt
2006-05-27 19:17:35 +00:00
parent bd42f1f91f
commit 88bb94133f

View File

@@ -192,7 +192,5 @@ OpenLayers.Control.PanZoomBar.prototype =
this.slider.style.top = newTop + "px";
},
destroy: function() {
OpenLayers.Control.PanZoom.prototype.destroy.apply(this, arguments);
}
CLASS_NAME: "OpenLayers.Control.PanZoomBar"
});