Download clients now use thingy provider

This commit is contained in:
Mark McDowall
2014-02-13 21:31:49 -08:00
parent ba22600412
commit 606d78f5e1
123 changed files with 2076 additions and 1820 deletions
@@ -22,7 +22,7 @@ define(
},
events: {
'click .x-save' : '_saveNotification',
'click .x-save' : '_saveClient',
'click .x-save-and-add': '_saveAndAddNotification',
'click .x-delete' : '_deleteNotification',
'click .x-back' : '_back',
@@ -38,7 +38,7 @@ define(
this._onDownloadChanged();
},
_saveNotification: function () {
_saveClient: function () {
var self = this;
var promise = this.model.saveSettings();