From d1a74ee4111633f9445af0e30346a65150a9e40f Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 13 Sep 2013 00:25:19 -0700 Subject: [PATCH] Figure out why a listener was needed to prevent breakage --- clientapp/models/contact.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/clientapp/models/contact.js b/clientapp/models/contact.js index 6771dfb..9f81fd6 100644 --- a/clientapp/models/contact.js +++ b/clientapp/models/contact.js @@ -18,11 +18,8 @@ module.exports = HumanModel.define({ } this.setAvatar(attrs.avatarID); - // I don't know why yet, but I need a bound listener to keep things from breaking. - this.bind('change:id', function () {}, this); this.resources.bind('add remove reset change', this.onResourceChange, this); }, - seal: true, type: 'contact', props: { id: ['string', true, false],