Skip to content

Commit

Permalink
[de] Fix passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillovIlya committed Nov 27, 2024
1 parent 0236c5e commit 1ae0a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/commonDefines.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ window.AscCommon.g_cIsBeta = "false";
*/
function(window, undefined)
{
window['Asc'] = window['Asc'] || {};

var g_cCharDelimiter = String.fromCharCode(5);
var g_cGeneralFormat = 'General';
var FONT_THUMBNAIL_HEIGHT = (window["AscDesktopEditor"] && window["AscDesktopEditor"]["GetFontThumbnailHeight"]) ? window["AscDesktopEditor"]["GetFontThumbnailHeight"]() : 28;
Expand Down Expand Up @@ -4550,7 +4552,6 @@ window.AscCommon.g_cIsBeta = "false";

//------------------------------------------------------------export--------------------------------------------------
var prot;
window['Asc'] = window['Asc'] || {};
window['Asc']['FONT_THUMBNAIL_HEIGHT'] = FONT_THUMBNAIL_HEIGHT;
window['Asc']['c_oAscMaxColumnWidth'] = window['Asc'].c_oAscMaxColumnWidth = c_oAscMaxColumnWidth;
window['Asc']['c_oAscMaxRowHeight'] = window['Asc'].c_oAscMaxRowHeight = c_oAscMaxRowHeight;
Expand Down

0 comments on commit 1ae0a93

Please sign in to comment.