mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 16:31:21 +00:00
Remove unnecessary comments
This commit is contained in:
parent
ce2ae58075
commit
f6a8bf6239
@ -1,16 +1,5 @@
|
|||||||
let ws = new WebSocket('ws://' + document.location.host + '/ws');
|
let ws = new WebSocket('ws://' + document.location.host + '/ws');
|
||||||
|
|
||||||
// ws.onopen = function() {
|
|
||||||
// ws.send(JSON.stringify({
|
|
||||||
// 'anchor': '',
|
|
||||||
// 'data': 'Hello, World!'
|
|
||||||
// }));
|
|
||||||
// };
|
|
||||||
|
|
||||||
// TODO: annotate objects that can fire events
|
|
||||||
// TODO: annotate objects that should receive response from events
|
|
||||||
// TODO: work out object notation for events that are fired
|
|
||||||
// TODO: work out object notation for responses
|
|
||||||
|
|
||||||
$('#container').on('click', '.anchor', ( function (event) {
|
$('#container').on('click', '.anchor', ( function (event) {
|
||||||
let anchorName = $(this).attr('id').replace('_event', '');
|
let anchorName = $(this).attr('id').replace('_event', '');
|
||||||
|
Loading…
Reference in New Issue
Block a user