changeset 2447:61dba2f2c9dd

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Thu, 07 Jul 2016 10:20:55 +0100
parents 8a4ed73cfa4c (current diff) e5b205b92109 (diff)
children c3e00c178760
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/js/core.js	Thu Jun 23 13:20:47 2016 +0100
+++ b/js/core.js	Thu Jul 07 10:20:55 2016 +0100
@@ -3226,6 +3226,7 @@
             this.update();
 		}
 		this.state = 1;
+        this.root.setAttribute("state","complete");
 		return this.root;
 	};
 }