Skip to content

Commit ed943dc

Browse files
save file
1 parent 1a34b04 commit ed943dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

html/chat-room/html/chat-room-display/chat-room-display.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
obj.init = async function(){
9191
debug=eval(debug.mod);
9292
debug('init');
93-
obj.list = display.list;
93+
obj.list = display.list;
94+
obj.result = display.result;
9495

9596

9697
}//init

0 commit comments

Comments
 (0)