Quality Size knobbed, other quality changes

This commit is contained in:
Mark McDowall 2013-06-25 00:21:10 -07:00
parent a3a1cf26ee
commit f78f396940
25 changed files with 888 additions and 405 deletions

View file

@ -24,8 +24,12 @@ define(
'click .x-delete': '_deleteProfile'
},
initialize: function () {
this.listenTo(this.model, 'sync', this.render);
},
_editProfile: function () {
var view = new EditProfileView({ model: this.model});
var view = new EditProfileView({ model: this.model, profileCollection: this.model.collection });
App.modalRegion.show(view);
},