Restored broken settings dialog

This commit is contained in:
Björn Dahlgren 2014-04-07 01:35:37 +02:00
parent 59bf509dcf
commit 26a65e5c33

View File

@ -25,6 +25,10 @@ define(function (require) {
initialize: function () {
var self = this;
new Settings().fetch({success: function (model, response, options) {
self.model = model;
self.runInitializers();
}});
}
});