Skip to content

Instantly share code, notes, and snippets.

@sayrer
Forked from jashkenas/declaration.js
Created November 24, 2011 18:47
Show Gist options
  • Save sayrer/1391999 to your computer and use it in GitHub Desktop.
Save sayrer/1391999 to your computer and use it in GitHub Desktop.
// Option 4
function mkAttrs() {
if (condition) {
return a;
}
return b;
}
function() {
var attrs = mkAttrs();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment