OpenLayers OpenLayers

Ticket #1403: stop_playing.patch

File stop_playing.patch, 507 bytes (added by crschmidt, 10 months ago)
  • lib/OpenLayers/Tween.js

    old new  
    146146        if (this.time > this.duration) { 
    147147            if (this.callbacks && this.callbacks.done) { 
    148148                this.callbacks.done.call(this, this.finish); 
     149                this.playing = false; 
    149150            } 
    150151            window.clearInterval(this.interval); 
    151152            this.interval = null;