JS: Remove blank lines and add trailing newline

This commit is contained in:
Asger F
2025-03-10 14:01:40 +01:00
parent 6fe3a368eb
commit 0df893e280

View File

@@ -1,30 +1,23 @@
g = 23; // $ Alert
h = 23;
alert(h);
uid = 0;
function incr() {
return uid++;
}
function foo() {
var x;
x = 0;
}
onload = function() {}
global = 42;
prop = 42;
/*global otherGlobal*/
otherGlobal = 56;
otherGlobal = 56;