Commit f6192f67 authored by konovalovsergey's avatar konovalovsergey

to Revision: b3e5d32f

parent 83916bc9
......@@ -616,7 +616,7 @@
}
// Проверим состояние, если мы не подсоединились, то сразу отправим ошибку
if (ConnectionState.Reconnect === this._state) {
if (ConnectionState.Authorized !== this._state) {
this.saveLockCallbackErrorTimeOutId = window.setTimeout(function() {
if (callback && _.isFunction(callback)) {
// Фиктивные вызовы
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment