Mercurial > hg > webaudioevaluationtool
comparison core.js @ 459:f6c9f9e5400e Dev_main
Added AB test interface
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 11 Jan 2016 16:32:26 +0000 |
parents | 46b4af266cdf |
children | f5b148187b72 |
comparison
equal
deleted
inserted
replaced
458:46b4af266cdf | 459:f6c9f9e5400e |
---|---|
1230 for (var i=0; i<interfaceXML.length; i++) | 1230 for (var i=0; i<interfaceXML.length; i++) |
1231 { | 1231 { |
1232 this.storeDOM.appendChild(interfaceXML[i]); | 1232 this.storeDOM.appendChild(interfaceXML[i]); |
1233 } | 1233 } |
1234 } | 1234 } |
1235 this.storeDOM.appendChild(this.commentDOM.exportXMLDOM(this)); | 1235 if (this.commentDOM != null) { |
1236 this.storeDOM.appendChild(this.commentDOM.exportXMLDOM(this)); | |
1237 } | |
1236 } | 1238 } |
1237 var nodes = this.metric.exportXMLDOM(); | 1239 var nodes = this.metric.exportXMLDOM(); |
1238 var mroot = this.storeDOM.getElementsByTagName('metric')[0]; | 1240 var mroot = this.storeDOM.getElementsByTagName('metric')[0]; |
1239 for (var i=0; i<nodes.length; i++) | 1241 for (var i=0; i<nodes.length; i++) |
1240 { | 1242 { |