1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Safari: vAPI.tabs.close() to vAPI.tabs.remove()

This commit is contained in:
Deathamns 2014-12-01 20:16:18 +01:00
parent f3bb101310
commit d93d70b4ae

View File

@ -295,7 +295,7 @@ vAPI.tabs.open = function(details) {
/******************************************************************************/
vAPI.tabs.close = function(tabIds) {
vAPI.tabs.remove = function(tabIds) {
if (tabIds instanceof SafariBrowserTab) {
tabIds = this.getTabId(tabIds);
}