Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created April 17, 2015 17:01
Show Gist options
  • Save lukaszkorecki/d9d8f42a0d23c62692e0 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/d9d8f42a0d23c62692e0 to your computer and use it in GitHub Desktop.
base = { op: 1 }
settings1 = _.extend(base, { op2 : 2 });
settings2 = _.extend(base, { op2 : 3 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment