mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -7,5 +7,5 @@ var Mod1;
|
||||
var Mod2;
|
||||
(function (Mod2) {
|
||||
Mod2.p = 42;
|
||||
})(Mod2 || (Mod2 = {})); // NOT OK
|
||||
})(Mod2 || (Mod2 = {})); // $ Alert
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user