diff 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
line wrap: on
line diff
--- a/interfaces/AB.js	Mon Feb 22 21:39:38 2016 +0000
+++ b/interfaces/AB.js	Tue Feb 23 10:49:48 2016 +0000
@@ -158,9 +158,9 @@
         // Generate one comment box per presented page
         for (var element of audioEngineContext.audioObjects)
         {
-            interfaceContext.createCommentBox(element);
+            interfaceContext.commentBoxes.createCommentBox(element);
         }
-        interfaceContext.showCommentBoxes(commentHolder,true);
+        interfaceContext.commentBoxes.showCommentBoxes(commentHolder,true);
     }
 	resizeWindow(null);
 }