Skip to content

Instantly share code, notes, and snippets.

@steida
Created April 26, 2014 20:56
Show Gist options
  • Save steida/11330842 to your computer and use it in GitHub Desktop.
Save steida/11330842 to your computer and use it in GitHub Desktop.
// ==ClosureCompiler==
// @compilation_level ADVANCED_OPTIMIZATIONS
// @warning_level VERBOSE
// @output_file_name default.js
// ==/ClosureCompiler==
// ADD YOUR CODE HERE
var app = {
helllllo: function (name) {
alert('Hello, ' + name);
}
};
app.hello('New user');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment