Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 426a871

Browse files
committed
JS: Remove incorrect Alert marker
This is expected, based on a comment earlier in the file about the 'y' variable
1 parent 2c46e10 commit 426a871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/ql/test/query-tests/Declarations/DeclBeforeUse

javascript/ql/test/query-tests/Declarations/DeclBeforeUse/jslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/*global: z*/ // also not a proper global declaration
44
w;
55
x;
6-
y; // $ Alert
6+
y;
77
z; // $ Alert
88
var x, y, z;

0 commit comments

Comments
 (0)