JS: Update UnusedOrUndefinedStateProperty

Using RelatedLocations to add clarity
This commit is contained in:
Asger F
2025-02-11 17:12:53 +01:00
parent 605999454a
commit 87ed86e4fd
7 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ function foo() {
function bar() {
var g;
g(); // $ MISSED: Alert
g(); // $ MISSING: Alert
eval("g = alert");
}