Quality size settings save now, with fancy messages

This commit is contained in:
Mark McDowall 2013-06-30 21:17:52 -07:00
parent 30827e91b6
commit af88bcdbf3
5 changed files with 230 additions and 6 deletions

View file

@ -6,8 +6,6 @@ define(['app',
var model = DeepModel.DeepModel.extend({
initialize: function () {
// App.vent.on(App.Commands.SaveSettings, this.saveSettings, this);
this.listenTo(App.vent, App.Commands.SaveSettings, this.saveSettings);
},