Skip to content

Instantly share code, notes, and snippets.

View VladKorzun's full-sized avatar

Vlad Korzun VladKorzun

  • Portland, OR
View GitHub Profile
jQuery(function($) {
var Friend = Backbone.Model.extend({
defaults: {
name: ''
}
});
var FriendsList = Backbone.Collection.extend({
model: Friend