Skip to content

Instantly share code, notes, and snippets.

@gpbmike
Created July 11, 2011 17:44
Show Gist options
  • Save gpbmike/1076361 to your computer and use it in GitHub Desktop.
Save gpbmike/1076361 to your computer and use it in GitHub Desktop.
// INPUT
(function() {
function this_is_my_great_function(msg) {
alert(msg);
}
this_is_my_great_function('yay');
});
// YUI COMPRESSED OUTPUT
(function(){function a(b){alert(b)}a("yay")});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment