Fixing ordering of arguments (#64)
This commit is contained in:
parent
0cb078b589
commit
c97518c462
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -2,17 +2,17 @@ const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
|||
|
||||
/* global require */
|
||||
|
||||
const { attachTo } = require("sdk/content/mod");
|
||||
const { Cc, Ci, Cu, Cr } = require('chrome');
|
||||
const {ContextualIdentityService} = require('resource://gre/modules/ContextualIdentityService.jsm');
|
||||
const self = require('sdk/self');
|
||||
const { Style } = require("sdk/stylesheet/style");
|
||||
const tabs = require('sdk/tabs');
|
||||
const tabsUtils = require('sdk/tabs/utils');
|
||||
const { viewFor } = require("sdk/view/core");
|
||||
const webExtension = require('sdk/webextension');
|
||||
const windows = require("sdk/windows");
|
||||
const windowUtils = require('sdk/window/utils');
|
||||
const { attachTo } = require("sdk/content/mod");
|
||||
const { Style } = require("sdk/stylesheet/style");
|
||||
|
||||
let ContainerService =
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue