JS: Remove a fixed spurious alert

This commit is contained in:
Asger F
2025-02-25 16:33:02 +01:00
parent 3a535dbf68
commit 9f8744680d

View File

@@ -33,7 +33,7 @@ express().get('/some/path', function (req, res) {
foo.indexOf();
}
if (foo instanceof Array) {
foo.indexOf(); // $ SPURIOUS: Alert
foo.indexOf();
}
(foo + f()).indexOf();