Skip to content

Commit 1a34b04

Browse files
save file
1 parent c36a350 commit 1a34b04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/chat-room/chat-room.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@
200200
function exit(result){
201201
//console.log(4);
202202
post.pending = false;
203-
debugger;
204203
resolve(result);
205204

206205
if(post.list.length){
207-
var [args,resolve] = post.list.shift();
206+
var args;
207+
[args,resolve] = post.list.shift();
208208
post.send.call(null,args,resolve);
209209
return;
210210
}

0 commit comments

Comments
 (0)