1 parent 24db078 commit e54d507Copy full SHA for e54d507
1 file changed
html/chat-room/html/chat-room-simple/chat-room-simple.html
@@ -219,6 +219,7 @@
219
obj.display = function(data){
220
221
var type = data.type;
222
+ debugger;
223
var result = display[type](data);
224
return result;
225
0 commit comments