Removing unused bind var.
Thanks @jorix for catching this.
This commit is contained in:
@@ -62,7 +62,6 @@ OpenLayers.Control.Zoom = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
links = this.getOrCreateLinks(div),
|
links = this.getOrCreateLinks(div),
|
||||||
zoomIn = links.zoomIn,
|
zoomIn = links.zoomIn,
|
||||||
zoomOut = links.zoomOut,
|
zoomOut = links.zoomOut,
|
||||||
bind = OpenLayers.Function.bind,
|
|
||||||
eventsInstance = this.map.events;
|
eventsInstance = this.map.events;
|
||||||
|
|
||||||
if (zoomOut.parentNode !== div) {
|
if (zoomOut.parentNode !== div) {
|
||||||
|
|||||||
Reference in New Issue
Block a user