source:
Dev/trunk/node_modules/grunt-contrib-coffee/test/expected/default/litcoffee.js
Last change on this file was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 108 bytes |
Line | |
---|---|
1 | (function() { |
2 | var sayHello; |
3 | |
4 | sayHello = function() { |
5 | return console.log('hi'); |
6 | }; |
7 | |
8 | }).call(this); |
Note: See TracBrowser
for help on using the repository browser.