fix incomplete 'onAbort' block

pull/1/head
ansuz 9 years ago
parent 52fe892bae
commit 5e1566eaec

@ -296,13 +296,13 @@ define([
abort(socket, realtime); abort(socket, realtime);
if (config.onAbort) { if (config.onAbort) {
config.onAbort({ config.onAbort({
socket socket: socket
}); });
} }
if (socketChecker) { clearInterval(socketChecker); } if (socketChecker) { clearInterval(socketChecker); }
} }
} else { } else {
// TODO // it's working as expected, continue
} }
}, 200); }, 200);

Loading…
Cancel
Save