Removing unused bind var.

Thanks @jorix for catching this.
This commit is contained in:
Tim Schaub
2012-03-13 23:08:28 -06:00
parent 7833077039
commit a462be52a8

View File

@@ -62,7 +62,6 @@ OpenLayers.Control.Zoom = OpenLayers.Class(OpenLayers.Control, {
links = this.getOrCreateLinks(div),
zoomIn = links.zoomIn,
zoomOut = links.zoomOut,
bind = OpenLayers.Function.bind,
eventsInstance = this.map.events;
if (zoomOut.parentNode !== div) {