JS: Remove alert marker that's reported on another line

We had two 'NOT OK' comments for the same alert. The alert appears on the 'pref' object above.
This commit is contained in:
Asger F
2025-02-26 11:19:27 +01:00
parent 2b33ed3671
commit a1c13f02be

View File

@@ -26,7 +26,7 @@ function test() {
sandbox: true
}; // $ Alert
var options_2 = { // $ Alert - implicitly enabled
var options_2 = {
webPreferences: pref,
show: true,
frame: true,