Skip to content

Instantly share code, notes, and snippets.

@coderek
Created November 11, 2013 09:01
Show Gist options
  • Save coderek/7410099 to your computer and use it in GitHub Desktop.
Save coderek/7410099 to your computer and use it in GitHub Desktop.
var doopizlist = new DoopizCollection();
doopizlist.fetch({
success: function(collection ) {
console.log (collection); // see what's here ?
},
error: function(doopizlist , error) {
console.log("error")
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment