Skip to content

Instantly share code, notes, and snippets.

@daviddahl
Created January 29, 2015 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daviddahl/088db87ebb970cad2915 to your computer and use it in GitHub Desktop.
Save daviddahl/088db87ebb970cad2915 to your computer and use it in GitHub Desktop.
items API
createItem("my-dossier9", {name: 'foo', address: 123, city: 'chicago'});
window.session.items;
Object {my-dossier8: Item, my-dossier9: Item}
window.session.items['my-dossier8'].value
Object {name: "foo", address: 123, city: "chicago"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment