Merge pull request #3111 from ONLYOFFICE/fix/bugfix

Fix bug 69288
This commit is contained in:
Julia Radzhabova
2024-08-05 15:52:59 +03:00
committed by GitHub

View File

@ -39,7 +39,9 @@
if (Common === undefined)
var Common = {};
define([], function () { 'use strict';
define([
'common/main/lib/util/character'
], function () { 'use strict';
var oRangeNames = {};
oRangeNames[1] = 'Basic Latin';
oRangeNames[2] = 'Latin 1 Supplement';