Commit 93aba2a6 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Исправлены ошибки минимизации и рантайма.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50655 954022d7-b5bf-4e40-9824-e11837661b57
parent cb54d6ea
......@@ -838,13 +838,13 @@ asc_docs_api.prototype.asc_getEditorPermissionsCallback = function(incomeObject)
if(undefined != oSettings['isTrackingEnable'] &&
null != oSettings['isTrackingEnable'])
this.isTrackingEnable = oSettings['isTrackingEnable'];
editor.isTrackingEnable = oSettings['isTrackingEnable'];
if(undefined != oSettings['TrackingInterval'] &&
null != oSettings['TrackingInterval'])
this.TrackingInterval = oSettings['TrackingInterval'] * 10;
editor.TrackingInterval = oSettings['TrackingInterval'] * 10;
_StartTracking();
editor._StartTracking();
}
}
asc_docs_api.prototype.asc_setDocInfo = function(c_DocInfo)
......
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