start shield study AFTER SDK starts the webext

This commit is contained in:
groovecoder
2017-05-02 11:42:14 -05:00
parent 54c598e22e
commit b0c53063d2
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ const prefService = require("sdk/preferences/service");
const self = require("sdk/self");
const { Services } = require("resource://gre/modules/Services.jsm");
const ss = require("sdk/simple-storage");
const study = require("./study");
const { study } = require("./study");
const { Style } = require("sdk/stylesheet/style");
const tabs = require("sdk/tabs");
const tabsUtils = require("sdk/tabs/utils");