Figure out why a listener was needed to prevent breakage

This commit is contained in:
Lance Stout 2013-09-13 00:25:19 -07:00
parent 2f544b82b3
commit d1a74ee411
1 changed files with 0 additions and 3 deletions

View File

@ -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],