mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Merge branch 'rhymix:master' into master
Some checks failed
PHP Lint & Codeception / PHP 7.4 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.0 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.1 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.2 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.3 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.4 (push) Has been cancelled
Some checks failed
PHP Lint & Codeception / PHP 7.4 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.0 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.1 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.2 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.3 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.4 (push) Has been cancelled
This commit is contained in:
commit
2871f4e14b
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
* =============
|
||||
*/
|
||||
|
||||
const Rhymix = {
|
||||
const Rhymix = window.Rhymix = {
|
||||
addedDocument: [],
|
||||
langCodes: {},
|
||||
loadedPopupMenus: [],
|
||||
|
|
@ -831,8 +831,8 @@ Rhymix.URITemplate = window.URITemplate;
|
|||
Rhymix.SecondLevelDomains = window.SecondLevelDomains;
|
||||
Rhymix.IPv6 = window.IPv6;
|
||||
|
||||
// Alias to XE for backward compatibility
|
||||
const XE = Rhymix;
|
||||
// Set window properties for backward compatibility
|
||||
const XE = window.XE = Rhymix;
|
||||
|
||||
/**
|
||||
* ============================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue