AlexVallat 2015-03-01 19:47:03 +00:00
parent a8c1cb9dff
commit 4edbdd9dd5
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ vAPI.tabs.registerListeners = function() {
} }
var URI = browser.currentURI; var URI = browser.currentURI;
if ( URI.schemeIs('chrome') && URI.host === location.host ) { if ( URI.schemeIs('chrome') && URI.host === location.host ) {
vAPI.tabs._remove(tab, win); vAPI.tabs._remove(tab, getTabBrowser(win));
} }
} }
} }