Commit 5a32ed38 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix error with warning c_oAscError -> Asc.c_oAscError

parent 60e8577f
...@@ -980,7 +980,7 @@ ...@@ -980,7 +980,7 @@
if (data['code'] === c_oAscServerCommandErrors.NoError) { if (data['code'] === c_oAscServerCommandErrors.NoError) {
this._lastForceSaveButtonTime = data['time']; this._lastForceSaveButtonTime = data['time'];
} else if (data['code'] !== c_oAscServerCommandErrors.NotModified) { } else if (data['code'] !== c_oAscServerCommandErrors.NotModified) {
this.onWarning(c_oAscError.ID.Unknown); this.onWarning(Asc.c_oAscError.ID.Unknown);
} }
}; };
DocsCoApi.prototype._onForceSave = function(data) { DocsCoApi.prototype._onForceSave = function(data) {
...@@ -1320,7 +1320,7 @@ ...@@ -1320,7 +1320,7 @@
}; };
DocsCoApi.prototype._onWarning = function(data) { DocsCoApi.prototype._onWarning = function(data) {
this.onWarning(c_oAscError.ID.Warning); this.onWarning(Asc.c_oAscError.ID.Warning);
}; };
DocsCoApi.prototype._onLicense = function(data) { DocsCoApi.prototype._onLicense = function(data) {
......
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