# HG changeset patch # User www-data # Date 1464884455 -3600 # Node ID 02df8de58e7b61a2f11ae02dc98bb6d61fee11f7 # Parent 25c1436706af653dba4a240b5c627763fcc7562b# Parent 5bec79ce38ff4d6ad0fbdfd8309209f44605d0e0 Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool diff -r 25c1436706af -r 02df8de58e7b js/specification.js --- a/js/specification.js Thu Jun 02 14:20:55 2016 +0100 +++ b/js/specification.js Thu Jun 02 17:20:55 2016 +0100 @@ -121,17 +121,13 @@ { case 'pre': case 'before': - else { - this.preTest = new this.surveyNode(this); - this.preTest.decode(this,survey[i]); - } + this.preTest = new this.surveyNode(this); + this.preTest.decode(this,survey[i]); break; case 'post': case 'after': - else { - this.postTest = new this.surveyNode(this); - this.postTest.decode(this,survey[i]); - } + this.postTest = new this.surveyNode(this); + this.postTest.decode(this,survey[i]); break; } } @@ -671,4 +667,4 @@ }; }; }; -} \ No newline at end of file +}