comparison core.js @ 1290:4594f5ebd758

Hotfix: checkFragmentsFullyPlayed incorrectly accessed audioObjects.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 09 Mar 2016 15:44:47 +0000
parents 175cf75946f7
children e4b378468589
comparison
equal deleted inserted replaced
1289:175cf75946f7 1290:4594f5ebd758
2996 } 2996 }
2997 } 2997 }
2998 if (passed == false) 2998 if (passed == false)
2999 { 2999 {
3000 check_pass = false; 3000 check_pass = false;
3001 console.log("Continue listening to track-"+audioEngineContext.audioObjects.interfaceDOM.getPresentedId()); 3001 console.log("Continue listening to track-"+object.interfaceDOM.getPresentedId());
3002 error_obj.push(audioEngineContext.audioObjects.interfaceDOM.getPresentedId()); 3002 error_obj.push(object.interfaceDOM.getPresentedId());
3003 } 3003 }
3004 } 3004 }
3005 if (check_pass == false) 3005 if (check_pass == false)
3006 { 3006 {
3007 var str_start = "You have not completely listened to fragments "; 3007 var str_start = "You have not completely listened to fragments ";