Commit c5f63e23 authored by Sergey Luzyanin's avatar Sergey Luzyanin

asc_GetRevisionsChangesStack

parent 773a1cd6
...@@ -1002,6 +1002,10 @@ ...@@ -1002,6 +1002,10 @@
this.FontLoader.LoadDocumentFonts2(this.WordControl.m_oLogicDocument.Fonts); this.FontLoader.LoadDocumentFonts2(this.WordControl.m_oLogicDocument.Fonts);
}; };
asc_docs_api.prototype.asc_GetRevisionsChangesStack = function()
{
return [];
};
asc_docs_api.prototype.asc_SetFastCollaborative = function(isOn) asc_docs_api.prototype.asc_SetFastCollaborative = function(isOn)
{ {
......
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