CoffeeScript JS guessing

This commit is contained in:
Joshua Peek
2011-05-25 11:25:11 -05:00
parent 3ea66af178
commit 972632b9db
10 changed files with 188 additions and 0 deletions

3
test/fixtures/blob/coffee/hello.js vendored Normal file
View File

@@ -0,0 +1,3 @@
(function() {
console.log("Hello, World!");
}).call(this);