comparison core.js @ 1536:eade64ba381a

Feature #1287: Automatically applied on if looped.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 23 Jul 2015 10:12:24 +0100
parents d31600062d1c
children bd128cd894be
comparison
equal deleted inserted replaced
1535:d31600062d1c 1536:eade64ba381a
715 if (this.audioObjectsReady == false) { 715 if (this.audioObjectsReady == false) {
716 this.audioObjectsReady = this.checkAllReady(); 716 this.audioObjectsReady = this.checkAllReady();
717 } 717 }
718 if (this.audioObjectsReady == true) { 718 if (this.audioObjectsReady == true) {
719 this.timer.startTest(); 719 this.timer.startTest();
720 if (this.loopPlayback)
721 {this.setSynchronousLoop();}
720 this.status = 1; 722 this.status = 1;
721 } 723 }
722 } 724 }
723 if (this.status== 1) { 725 if (this.status== 1) {
724 if (id == undefined) { 726 if (id == undefined) {