Mercurial > hg > webaudioevaluationtool
comparison interfaces/AB.js @ 550:aa55372146a0 Dev_main
Bug #1624 fix: New comment box management node in InterfaceContext.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 23 Feb 2016 10:49:48 +0000 |
parents | df2d916fd9cf |
children | 7567dda76333 |
comparison
equal
deleted
inserted
replaced
549:3898754d5428 | 550:aa55372146a0 |
---|---|
156 commentHolder.id = 'commentHolder'; | 156 commentHolder.id = 'commentHolder'; |
157 document.getElementById('testContent').appendChild(commentHolder); | 157 document.getElementById('testContent').appendChild(commentHolder); |
158 // Generate one comment box per presented page | 158 // Generate one comment box per presented page |
159 for (var element of audioEngineContext.audioObjects) | 159 for (var element of audioEngineContext.audioObjects) |
160 { | 160 { |
161 interfaceContext.createCommentBox(element); | 161 interfaceContext.commentBoxes.createCommentBox(element); |
162 } | 162 } |
163 interfaceContext.showCommentBoxes(commentHolder,true); | 163 interfaceContext.commentBoxes.showCommentBoxes(commentHolder,true); |
164 } | 164 } |
165 resizeWindow(null); | 165 resizeWindow(null); |
166 } | 166 } |
167 | 167 |
168 function comparator(audioHolderObject) | 168 function comparator(audioHolderObject) |