Mercurial > hg > webaudioevaluationtool
comparison js/core.js @ 2446:e5b205b92109
Hotfix. Completed results should be closed with state="complete"
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 07 Jul 2016 10:04:35 +0100 |
parents | 49ceb4d0f967 |
children | 221688a8be4f |
comparison
equal
deleted
inserted
replaced
2444:49ceb4d0f967 | 2446:e5b205b92109 |
---|---|
3224 if (this.state == 0) | 3224 if (this.state == 0) |
3225 { | 3225 { |
3226 this.update(); | 3226 this.update(); |
3227 } | 3227 } |
3228 this.state = 1; | 3228 this.state = 1; |
3229 this.root.setAttribute("state","complete"); | |
3229 return this.root; | 3230 return this.root; |
3230 }; | 3231 }; |
3231 } | 3232 } |
3232 | 3233 |
3233 var window_depedancy_callback; | 3234 var window_depedancy_callback; |