source: Dev/trunk/node_modules/grunt-contrib-coffee/test/expected/default/coffee.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: 171 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}).call(this);
Note: See TracBrowser for help on using the repository browser.