Skip to content

Instantly share code, notes, and snippets.

@adamsilver
Created October 28, 2010 11:05
Show Gist options
  • Save adamsilver/651111 to your computer and use it in GitHub Desktop.
Save adamsilver/651111 to your computer and use it in GitHub Desktop.
var obj = (function() {
if(...) {
return function() {
//...
}
}
else {
return function() {
//...
}
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment