Skip to content

Instantly share code, notes, and snippets.

@jbueza
Created April 10, 2011 00:51
Show Gist options
  • Save jbueza/911940 to your computer and use it in GitHub Desktop.
Save jbueza/911940 to your computer and use it in GitHub Desktop.
//this is very dirty
(condition) ? function() {
//o yes!
}() : function() {
//o noes!
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment