Skip to content

Instantly share code, notes, and snippets.

@ericsk
Created November 14, 2008 07:41
Show Gist options
  • Save ericsk/24812 to your computer and use it in GitHub Desktop.
Save ericsk/24812 to your computer and use it in GitHub Desktop.
(function() {
$(function(){
var foo = 'bar';
var hello = function() {
alert('world');
}
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment