Skip to content

Instantly share code, notes, and snippets.

@taterbase
Created September 25, 2012 00:16
Show Gist options
  • Save taterbase/3779249 to your computer and use it in GitHub Desktop.
Save taterbase/3779249 to your computer and use it in GitHub Desktop.
Wat
(function(fn){
fn(fn);
}(function(fn){
fn(fn)
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment