Commit 9909ac09 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32388

parent 6f332e1a
......@@ -3389,4 +3389,8 @@ CDocMeta.prototype =
editor.WordControl.ToSearchResult();
}
};
\ No newline at end of file
};
//------------------------------------------------------------export----------------------------------------------------
window['AscCommonWord'] = window['AscCommonWord'] || {};
window['AscCommonWord'].CDocMeta = CDocMeta;
......@@ -613,7 +613,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