mirror of https://github.com/gorhill/uBlock.git
Safari: vAPI.tabs.close() to vAPI.tabs.remove()
This commit is contained in:
parent
f3bb101310
commit
d93d70b4ae
|
@ -295,7 +295,7 @@ vAPI.tabs.open = function(details) {
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
vAPI.tabs.close = function(tabIds) {
|
vAPI.tabs.remove = function(tabIds) {
|
||||||
if (tabIds instanceof SafariBrowserTab) {
|
if (tabIds instanceof SafariBrowserTab) {
|
||||||
tabIds = this.getTabId(tabIds);
|
tabIds = this.getTabId(tabIds);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue