We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415a0a5 commit 6f2ff1dCopy full SHA for 6f2ff1d
1 file changed
v3/codeopticon/js/codeopticon-learner.js
@@ -5,6 +5,14 @@
5
// preferably on the BOTTOM.
6
// also requires jquery.ui.chatbox-LEARNER.js and jquery.ui.chatbox-LEARNER.css
7
8
+/* TODOs:
9
+
10
+- look into whether logEventQueue is being popped in the right order or
11
+ whether it's being popped backwards; if so, that's bad because that
12
+ causes events to be emitted out of order, eeek!
13
14
+*/
15
16
var codeopticonSocketIO = undefined; // socket.io instance
17
var codeopticonSession = undefined;
18
//var codeopticonSession = 'CODEOPTICON_TESTING'; // to turn all monitoring on
0 commit comments