mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
11 lines
162 B
JavaScript
11 lines
162 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"globals": {
|
|
"define": true,
|
|
"document": true,
|
|
"window": true,
|
|
"CustomEvent": true,
|
|
"Locale": true
|
|
}
|
|
};
|