cutting-room-floor / wax

DEPRECATED: consult mapbox.js
https://github.com/mapbox/mapbox.js
BSD 3-Clause "New" or "Revised" License
167 stars 42 forks source link

"Uncaught ReferenceError: dragEnd is not defined" #267

Closed palewire closed 11 years ago

palewire commented 12 years ago

Getting this in my console when using the trunk wax.leaflef.js. Not sure if it's breaking the experience at all, but it seems like something worth noting.

springmeyer commented 12 years ago

Looking at recent commits it appears this just broke in master due to a missing:

    function dragEnd() {
        _downLock = false;
    }

The above code can be seen being added in 8b7ded168d418b0abdaddcdadc837518793a8252, but goes missing when merged in cefe4aa40395eab0923a0604f0c099c4c4c81c83.

/cc @tmcw