Ticket #1403: stop_playing.patch
| File stop_playing.patch, 507 bytes (added by crschmidt, 10 months ago) |
|---|
-
lib/OpenLayers/Tween.js
old new 146 146 if (this.time > this.duration) { 147 147 if (this.callbacks && this.callbacks.done) { 148 148 this.callbacks.done.call(this, this.finish); 149 this.playing = false; 149 150 } 150 151 window.clearInterval(this.interval); 151 152 this.interval = null;
