Commit 4d31ba72 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete qtDocBridge

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64741 954022d7-b5bf-4e40-9824-e11837661b57
parent fd7a889f
......@@ -753,19 +753,12 @@ asc_docs_api.prototype.asc_getEditorPermissions = function() {
asc_docs_api.prototype.asc_getLicense = function ()
{
if (undefined != window['qtDocBridge'])
{
editor._onGetLicense(null);
}
else
{
var t = this;
var rdata = {
"c" : "getlicense"
};
//todo
sendCommand2(function (response) {t._onGetLicense(response);}, _sendCommandCallback, rdata);
}
var t = this;
var rdata = {
"c" : "getlicense"
};
//todo
sendCommand2(function (response) {t._onGetLicense(response);}, _sendCommandCallback, rdata);
};
asc_docs_api.prototype.asc_getEditorPermissionsCallback = function(response) {
......
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