source: Dev/trunk/node_modules/grunt-contrib-coffee/test/expected/maps/coffeeJoin.js

Last change on this file was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 238 bytes
Line 
1(function() {
2  var HelloWorld;
3
4  HelloWorld = (function() {
5    function HelloWorld() {}
6
7    HelloWorld.test = 'test';
8
9    return HelloWorld;
10
11  })();
12
13  console.log('hi');
14
15}).call(this);
16
17/*
18//@ sourceMappingURL=coffeeJoin.js.map
19*/
Note: See TracBrowser for help on using the repository browser.