source: Dev/trunk/node_modules/grunt-http/test/fixtures/not-compiled.js

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

Deployment and database management now done through Grunt. Look mom, no shell\!

File size: 216 bytes
Line 
1// ==ClosureCompiler==
2// @compilation_level SIMPLE_OPTIMIZATIONS
3// @output_file_name default.js
4// ==/ClosureCompiler==
5
6// ADD YOUR CODE HERE
7function hello(name) {
8  alert('Hello, ' + name);
9}
10hello('New user');
Note: See TracBrowser for help on using the repository browser.