Mercurial > hg > webaudioevaluationtool
comparison interfaces/AB.js @ 2117:53d733ba7a90
Bug #1624 fix: New comment box management node in InterfaceContext.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 23 Feb 2016 10:49:48 +0000 |
parents | d2abe3b139d2 |
children | d5898c3ae2ba |
comparison
equal
deleted
inserted
replaced
2116:63a51539d965 | 2117:53d733ba7a90 |
---|---|
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) |