Skip to content

Instantly share code, notes, and snippets.

@maml
Created February 28, 2012 23:53
Show Gist options
  • Save maml/1936285 to your computer and use it in GitHub Desktop.
Save maml/1936285 to your computer and use it in GitHub Desktop.
jquery anonymous pattern?
$(function() {
var ghost = 'face';
function blah() {
// do shit . . .
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment