fix incomplete 'onAbort' block

This commit is contained in:
ansuz
2016-03-04 11:07:12 +01:00
parent 52fe892bae
commit 5e1566eaec

View File

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