mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:28:00 +01:00
Promises cleanup.
This commit is contained in:
1
common/bootstrap.js
vendored
1
common/bootstrap.js
vendored
@@ -264,6 +264,7 @@ function init() {
|
||||
bootstrap = Cu.Sandbox(Cc["@mozilla.org/systemprincipal;1"].createInstance(),
|
||||
{ sandboxName: BOOTSTRAP,
|
||||
addonId: addon.id,
|
||||
wantGlobalProperties: ["TextDecoder", "TextEncoder"],
|
||||
metadata: { addonID: addon.id } });
|
||||
Services.scriptloader.loadSubScript(BOOTSTRAP, bootstrap);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user