Commit 4a9938f8 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Исправлены опечатки.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48060 954022d7-b5bf-4e40-9824-e11837661b57
parent f8bbceec
...@@ -65,8 +65,8 @@ function CFontFileLoader(id) ...@@ -65,8 +65,8 @@ function CFontFileLoader(id)
if (ASC_DOCS_API_USE_FONTS_ORIGINAL_FORMAT && // проставляется в true на этапе сборки if (ASC_DOCS_API_USE_FONTS_ORIGINAL_FORMAT && // проставляется в true на этапе сборки
this.CanUseOriginalFormat && // false if load embedded fonts this.CanUseOriginalFormat && // false if load embedded fonts
bIsSupportOriginalFormatFonts && // false if work on ie9 bIsSupportOriginalFormatFonts && // false if work on ie9
!window["qtDocBrige"] && // document editor desktop version !window["qtDocBridge"] && // document editor desktop version
!window["scriptBrige"]) // table editor desktop version !window["scriptBridge"]) // table editor desktop version
{ {
this.LoadFontAsync2(basePath, _callback); this.LoadFontAsync2(basePath, _callback);
return; return;
......
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