source: Dev/trunk/node_modules/grunt-contrib-coffee/test/expected/eachMap/litcoffee.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: 152 bytes
Line 
1(function() {
2  var sayHello;
3
4  sayHello = function() {
5    return console.log('hi');
6  };
7
8}).call(this);
9
10/*
11//@ sourceMappingURL=litcoffee.js.map
12*/
Note: See TracBrowser for help on using the repository browser.