Skip to content

Instantly share code, notes, and snippets.

@jchris
Created September 10, 2012 18:48
Show Gist options
  • Select an option

  • Save jchris/3692892 to your computer and use it in GitHub Desktop.

Select an option

Save jchris/3692892 to your computer and use it in GitHub Desktop.
var menu = cb.get("tonight"),
starters = cb.multiget(menu.starters),
mains = cb.multiget(menu.mains),
steak = cb.set("steak",{tags: ["paleo"]});
mains.push(steak);
cb.set(menu);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment