Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 6850fa0

Browse files
committed
Safari: minor code fix
1 parent 91c2d95 commit 6850fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/safari/vapi-background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
/******************************************************************************/
241241

242242
vAPI.isNoTabId = function(tabId) {
243-
return tabId.toString() === '-1';
243+
return tabId.toString() === this.noTabId;
244244
};
245245

246246
vAPI.noTabId = '-1';

0 commit comments

Comments
 (0)