]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blame - spec/fixtures/test.git/hello.js
use xenial on ci
[github/fretlink/pronto-hlint.git] / spec / fixtures / test.git / hello.js
CommitLineData
9be00a32
MM
1function HelloWorld(name)
2{
3 if (foo) foo++;
4 alert(name);
5}
29509625
MD
6
7function Empty() {}