Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created November 22, 2009 19:23
Show Gist options
  • Save brianleroux/240674 to your computer and use it in GitHub Desktop.
Save brianleroux/240674 to your computer and use it in GitHub Desktop.
var store = new Lawnchair('things');
store.save({name:'brian'});
store.find('r.name == "brian"', function(r){
console.log(r);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment