gregallensworth / L.TileLayer.Cordova

Leaflet TileLayer subclass which caches to local filesystem, for Cordova/Phonegap
MIT License
87 stars 25 forks source link

urls variable is not defined in transfer download error handler #16

Closed ryaa closed 7 years ago

ryaa commented 7 years ago

In the file transfer download method error handler there is urls variable which is not defined. This causes an error when an error occurs

cordova.js:314 Uncaught ReferenceError: urls is not defined

gregallensworth commented 7 years ago

Thank you very much for the report. I've just pushed in a fix for this, and will draft up a new Release presently.