Commit 02cb3cbe authored by Alexander.Trofimov's avatar Alexander.Trofimov

add prototype

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66457 954022d7-b5bf-4e40-9824-e11837661b57
parent 109c7cc3
...@@ -142,7 +142,7 @@ baseEditorsApi.prototype.asc_setDocInfo = function(oDocInfo) { ...@@ -142,7 +142,7 @@ baseEditorsApi.prototype.asc_setDocInfo = function(oDocInfo) {
window["AscDesktopEditor"]["SetDocumentName"](this.documentTitle); window["AscDesktopEditor"]["SetDocumentName"](this.documentTitle);
} }
}; };
baseEditorsApi.asc_SetFontsPath = function(path) { baseEditorsApi.prototype.asc_SetFontsPath = function(path) {
this.FontLoader.fontFilesPath = path; this.FontLoader.fontFilesPath = path;
}; };
// Events // Events
......
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