Commit 745d1d46 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

в setTrackFunc не передавался аргумент.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51244 954022d7-b5bf-4e40-9824-e11837661b57
parent ebde920c
......@@ -1261,7 +1261,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
return oThis._asc_sendTrack(callback, url, data);
};
this.TrackFile.setTrackFunc();
this.TrackFile.setTrackFunc(_sendTrack);
var _isDocumentModified = function(){
return oThis.asc_isDocumentModified()
......
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