Commit 39f48f6b authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

update asc_GetFontThumbnailsPath

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55914 954022d7-b5bf-4e40-9824-e11837661b57
parent 7c226a64
......@@ -149,11 +149,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
}
spreadsheet_api.prototype = {
asc_GetFontThumbnailsPath = function()
{
return "../Common/Images/";
},
_init: function() {
var t = this;
......@@ -406,6 +401,10 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
this.asc_SendThemeColorSchemes(infos);
},
asc_GetFontThumbnailsPath: function () {
return "../Common/Images/";
},
asc_Init: function(fontsPath) {
var t = this;
asc["editor"] = ( asc["editor"] || t );
......
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