Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
// Model Definition | |
var Item = Backbone.Model.extend({ | |
defaults: function() { | |
return { | |
text: "lorem ipsum" | |
} | |
}, | |
}); | |
// Collection Definition |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.