JS: Remove incorrect Alert marker

This is expected, based on a comment earlier in the file about the 'y' variable
This commit is contained in:
Asger F
2025-02-11 15:11:58 +01:00
parent 2c46e10678
commit 426a871405

View File

@@ -3,6 +3,6 @@
/*global: z*/ // also not a proper global declaration
w;
x;
y; // $ Alert
y;
z; // $ Alert
var x, y, z;