]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blobdiff - spec/fixtures/test.git/hello.js
Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.
[github/fretlink/pronto-hlint.git] / spec / fixtures / test.git / hello.js
diff --git a/spec/fixtures/test.git/hello.js b/spec/fixtures/test.git/hello.js
deleted file mode 100644 (file)
index 6ad633d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-function HelloWorld(name)
-{
-    if (foo) foo++;
-    alert(name);
-}
-
-function Empty() {}