fix typo in handshake script

This commit is contained in:
David Kelly 2017-05-09 13:27:42 -07:00
parent 713ddd5cef
commit 5b33e0233c

View file

@ -760,7 +760,7 @@
break; break;
case "done": case "done":
delete waitingList[senderID]; delete waitingList[senderID];
if (connectionId !== senderID) { if (connectingId !== senderID) {
break; break;
} }
if (state === STATES.CONNECTING) { if (state === STATES.CONNECTING) {