Skip to content

Commit 5434186

Browse files
save file
1 parent b56fa46 commit 5434186

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@
8282
obj.init = async function(){
8383
debug=eval(debug.mod);
8484
debug('init');
85+
obj.list = display.list;
86+
87+
8588
}//init
8689

8790

@@ -103,8 +106,6 @@
103106
//:
104107

105108

106-
obj.list = display.list;
107-
108109
display.list = function(list){
109110

110111
list.forEach(item=>{

0 commit comments

Comments
 (0)