# HG changeset patch # User Nicholas Jillings # Date 1450461287 0 # Node ID a066b8bc556f103d73ab402c17cd48e98a2c6766 # Parent 0d3376c11145cdad1720303627e244a8f78ddd7f Further Bug #1500 fix. Ensured checks are correctly binded by APE. diff -r 0d3376c11145 -r a066b8bc556f ape.js --- a/ape.js Fri Dec 18 17:50:14 2015 +0000 +++ b/ape.js Fri Dec 18 17:54:47 2015 +0000 @@ -20,7 +20,7 @@ testContent.id = 'testContent'; // Bindings for interfaceContext - Interface.prototype.checkAllPlayed = function() + interfaceContext.checkAllPlayed = function() { hasBeenPlayed = audioEngineContext.checkAllPlayed(); if (hasBeenPlayed.length > 0) // if a fragment has not been played yet @@ -44,7 +44,7 @@ return true; }; - Interface.prototype.checkAllMoved = function() { + interfaceContext.checkAllMoved = function() { var state = true; var str = 'You have not moved the following sliders. '; for (var i=0; i