Skip to content

Instantly share code, notes, and snippets.

@led
led / keybase.md
Created February 1, 2020 19:40
keybase gist

Keybase proof

I hereby claim:

To claim this, I am signing this object:

app.ContactCollection = Backbone.Collection.extend({
model : Contact,
initialize : function(){
var self = this;
this.fetch({
success : function(){
self.trigger("load");
}