Commit cfe8a998 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Добавил метод: получение online или нет (get_onlineWork)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54220 954022d7-b5bf-4e40-9824-e11837661b57
parent b51993c8
"use strict";
"use strict";
(function (global) {
'use strict';
......@@ -60,6 +60,10 @@
this._CoAuthoringApi.set_url(url);
};
CDocsCoApi.prototype.get_onlineWork = function () {
return this._onlineWork;
};
CDocsCoApi.prototype.get_state = function () {
if (this._CoAuthoringApi)
return this._CoAuthoringApi.get_state();
......
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