mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 12:12:55 +00:00 
			
		
		
		
	Remove unnecessary comments
This commit is contained in:
		@@ -1,16 +1,5 @@
 | 
			
		||||
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) {
 | 
			
		||||
        let anchorName = $(this).attr('id').replace('_event', '');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user