Skip to content

Commit 4643a4d

Browse files
Ignore warning on global property.
1 parent 82e6cc1 commit 4643a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/scripts/global/globalData.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use strict";
22

3+
// noinspection JSUnresolvedReference
34
chrome = typeof browser !== "undefined" ? browser : chrome;
45

56
const FORUM_POST = "https://www.torn.com/forums.php#/p=threads&f=67&t=16243863";

0 commit comments

Comments
 (0)