mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Safari: minor code fix
This commit is contained in:
parent
91c2d95fb1
commit
6850fa0a26
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@
|
|||
/******************************************************************************/
|
||||
|
||||
vAPI.isNoTabId = function(tabId) {
|
||||
return tabId.toString() === '-1';
|
||||
return tabId.toString() === this.noTabId;
|
||||
};
|
||||
|
||||
vAPI.noTabId = '-1';
|
||||
|
|
|
|||
Loading…
Reference in a new issue