Skip to content

Instantly share code, notes, and snippets.

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