Commit ee824bc8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32388

parent cba02703
......@@ -3413,4 +3413,8 @@ CDocMeta.prototype =
editor.WordControl.ToSearchResult();
}
};
\ No newline at end of file
};
//------------------------------------------------------------export----------------------------------------------------
window['AscCommonWord'] = window['AscCommonWord'] || {};
window['AscCommonWord'].CDocMeta = CDocMeta;
......@@ -637,7 +637,7 @@ asc_docs_api.prototype.InitEditor = function()
asc_docs_api.prototype.InitViewer = function()
{
this.WordControl.m_oDrawingDocument.m_oDocumentRenderer = new CDocMeta();
this.WordControl.m_oDrawingDocument.m_oDocumentRenderer = new AscCommonWord.CDocMeta();
};
asc_docs_api.prototype.OpenDocument = function(url, gObject)
......
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