Commit 820f30a2 authored by konovalovsergey's avatar konovalovsergey Committed by Alexander.Trofimov

to Revision: b3e5d32f

parent 9093ff50
......@@ -592,7 +592,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