Mercurial > hg > webaudioevaluationtool
comparison core.js @ 1096:9820063ea96a
Bug #1652 and Feature #1650 fixes. You can specify the track labels through page attribute 'label' ('default', 'none', 'number', 'letter', 'capital'). Updated examples to match schema
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 10 Mar 2016 16:16:16 +0000 |
parents | 6dac24365cfe |
children | ba6b9e1aaef5 |
comparison
equal
deleted
inserted
replaced
1095:6dac24365cfe | 1096:9820063ea96a |
---|---|
2178 this.randomiseOrder = undefined; | 2178 this.randomiseOrder = undefined; |
2179 this.loop = undefined; | 2179 this.loop = undefined; |
2180 this.showElementComments = undefined; | 2180 this.showElementComments = undefined; |
2181 this.outsideReference = null; | 2181 this.outsideReference = null; |
2182 this.loudness = null; | 2182 this.loudness = null; |
2183 this.label = null; | |
2183 this.preTest = null; | 2184 this.preTest = null; |
2184 this.postTest = null; | 2185 this.postTest = null; |
2185 this.interfaces = []; | 2186 this.interfaces = []; |
2186 this.commentBoxPrefix = "Comment on track"; | 2187 this.commentBoxPrefix = "Comment on track"; |
2187 this.audioElements = []; | 2188 this.audioElements = []; |