mirror of https://github.com/gorhill/uBlock.git
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