Skip to content

Commit 2b33ed3

Browse files
committed
JS: Remove incorrect alert marker
1 parent 6cf1334 commit 2b33ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Electron/NodeIntegration/EnablingNodeIntegration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function test() {
3434
minHeight: 300
3535
};
3636

37-
var safe_used = { // $ Alert - explicitly disabled
37+
var safe_used = { // explicitly disabled
3838
webPreferences: {
3939
nodeIntegration: false,
4040
plugins: true,

0 commit comments

Comments
 (0)