Settings wired up

This commit is contained in:
Mark McDowall
2013-03-03 16:09:43 -08:00
parent 9a738e3a65
commit 50f6ec4fc6
23 changed files with 480 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
define(['app'], function (app) {
NzbDrone.Settings.SettingsModel = Backbone.Model.extend({
url: NzbDrone.Constants.ApiRoot + '/settings'
});
});