JS: Remove stray $ Alert comment inside a doc comment

This commit is contained in:
Asger F
2025-03-10 14:10:42 +01:00
parent 0df893e280
commit c88eac486a

View File

@@ -21,7 +21,7 @@ function K(x, y) {
return y;
}
/** // $ Alert
/**
* @param {*} x the first argument
* @param {*} y the second argument
*/