source:
Dev/trunk/node_modules/grunt-contrib-coffee/test/expected/maps/coffeeBareJoin.js
Last change on this file was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 198 bytes |
Line | |
---|---|
1 | var HelloWorld; |
2 | |
3 | HelloWorld = (function() { |
4 | function HelloWorld() {} |
5 | |
6 | HelloWorld.test = 'test'; |
7 | |
8 | return HelloWorld; |
9 | |
10 | })(); |
11 | |
12 | console.log('hi'); |
13 | |
14 | /* |
15 | //@ sourceMappingURL=coffeeBareJoin.js.map |
16 | */ |
Note: See TracBrowser
for help on using the repository browser.