mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Fix bug 79477:
- in visio window['AscWord'] was not defined when loading para-spacing.js
This commit is contained in:
committed by
Sergey Luzyanin
parent
2627f9fb29
commit
c5ff0fdcaa
@ -322,6 +322,8 @@
|
||||
return this.After;
|
||||
};
|
||||
//--------------------------------------------------------export----------------------------------------------------
|
||||
AscWord.ParaSpacing = ParaSpacing;
|
||||
|
||||
window['AscWord'] = window['AscWord'] || {};
|
||||
window['AscWord'].ParaSpacing = ParaSpacing;
|
||||
|
||||
})(window);
|
||||
|
||||
Reference in New Issue
Block a user