Bug 1461388 - Migrate XUL deck from a XBL binding to a Custom Element;r=timdream

MozReview-Commit-ID: F95i9H9FvYv
This commit is contained in:
Brian Grinstead
2018-04-04 21:29:06 -07:00
parent 564efc2f1d
commit 0b56a85e67
5 changed files with 40 additions and 38 deletions

View File

@@ -86,6 +86,7 @@ MainProcessSingleton.prototype = {
doc.contentType == "application/vnd.mozilla.xul+xml") {
for (let script of [
"chrome://global/content/elements/stringbundle.js",
"chrome://global/content/elements/general.js",
]) {
Services.scriptloader.loadSubScript(script, doc.ownerGlobal);
}