mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 02:42:41 +01:00
Safari: minor code fix
This commit is contained in:
parent
91c2d95fb1
commit
6850fa0a26
@ -240,7 +240,7 @@
|
||||
/******************************************************************************/
|
||||
|
||||
vAPI.isNoTabId = function(tabId) {
|
||||
return tabId.toString() === '-1';
|
||||
return tabId.toString() === this.noTabId;
|
||||
};
|
||||
|
||||
vAPI.noTabId = '-1';
|
||||
|
Loading…
Reference in New Issue
Block a user