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