leaflet-distortableimage
Advanced tools
Comparing version 0.11.0 to 0.11.1
{ | ||
"name": "leaflet-distortableimage", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Leaflet plugin enabling image overlays to be distorted, stretched, and warped (built for Public Lab's MapKnitter: http://publiclab.org).", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -277,3 +277,3 @@ L.DistortableImage = L.DistortableImage || {}; | ||
if (data.status === 'complete') { | ||
clearInterval(this.updateInterval); | ||
clearInterval(self.updateInterval); | ||
resolve(); | ||
@@ -280,0 +280,0 @@ if (data.jpg !== null) { |
Sorry, the diff of this file is too big to display