Skip to content

Commit 6f2ff1d

Browse files
committed
ah
1 parent 415a0a5 commit 6f2ff1d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

v3/codeopticon/js/codeopticon-learner.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
// preferably on the BOTTOM.
66
// also requires jquery.ui.chatbox-LEARNER.js and jquery.ui.chatbox-LEARNER.css
77

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+
816
var codeopticonSocketIO = undefined; // socket.io instance
917
var codeopticonSession = undefined;
1018
//var codeopticonSession = 'CODEOPTICON_TESTING'; // to turn all monitoring on

0 commit comments

Comments
 (0)