Simplify new tab creation in the popup fixing issues. Fixes #781

This commit is contained in:
Jonathan Kingston
2017-09-01 12:27:40 -07:00
parent 65be77665a
commit df7d7f9c38
3 changed files with 2 additions and 26 deletions
@@ -50,10 +50,6 @@ const backgroundLogic = {
});
},
async openTab(options) {
return this.openNewTab(options);
},
async openNewTab(options) {
let url = options.url || undefined;
const userContextId = ("userContextId" in options) ? options.userContextId : 0;