Mercurial > hg > webaudioevaluationtool
diff interfaces/ape.js @ 2698:0562dcdfd5eb
Minor fixes to APE and core
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 13 Mar 2017 11:08:51 +0000 |
parents | 2edf2fc6755c |
children | 536cb44c7292 |
line wrap: on
line diff
--- a/interfaces/ape.js Mon Mar 13 10:46:31 2017 +0000 +++ b/interfaces/ape.js Mon Mar 13 11:08:51 2017 +0000 @@ -84,8 +84,8 @@ } return state; }; - - Interface.prototype.checkAllCommented = function () { + /* + interfaceContext.checkAllCommented = function () { var audioObjs = audioEngineContext.audioObjects; var audioHolder = testState.stateMap[testState.stateIndex]; var state = true; @@ -128,8 +128,8 @@ } return state; }; - - Interface.prototype.checkScaleRange = function () { + */ + interfaceContext.checkScaleRange = function () { var audioObjs = audioEngineContext.audioObjects; var audioHolder = testState.stateMap[testState.stateIndex]; var interfaceObject = this.interfaceSliders[0].interfaceObject;