Commit 6d6e8e98 authored by SergeyLuzyanin's avatar SergeyLuzyanin

window.g_fontApplication -> AscFonts.g_fontApplication

parent 3636c519
......@@ -1248,7 +1248,7 @@
baseEditorsApi.prototype["pluginMethod_GetFontList"] = function()
{
return window.g_fontApplication.g_fontSelections.List;
return AscFonts.g_fontApplication.g_fontSelections.List;
};
baseEditorsApi.prototype["pluginMethod_PasteHtml"] = function(htmlText)
......
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