aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/fixtures/test.git/hello.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/test.git/hello.js')
-rw-r--r--spec/fixtures/test.git/hello.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/test.git/hello.js b/spec/fixtures/test.git/hello.js
index 2d1b996..6ad633d 100644
--- a/spec/fixtures/test.git/hello.js
+++ b/spec/fixtures/test.git/hello.js
@@ -3,3 +3,5 @@ function HelloWorld(name)
3 if (foo) foo++; 3 if (foo) foo++;
4 alert(name); 4 alert(name);
5} 5}
6
7function Empty() {}