Skip to content

Commit

Permalink
Updated index-setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Aug 4, 2014
1 parent 249da9f commit b042891
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/default/html/jsapi/index-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ var SetupApp = (function ($, Backbone, global) {

var init = function() {

global.ProfilesCollection = new ProfilesCollection();

// Views
global.ProfilesView = new ProfilesView({ model: new ProfilesModel(), el: $('#setup') });
global.ProfilesView = new ProfilesView({ model: new ProfileModel(), el: $('#setup') });
global.SourcesView = new SourcesView({ model: new SourceModel(), el: $('#setup') });
global.SendingView = new SendingView({ el: $('#setup') });
global.AdvancedView = new AdvancedView({ el: $('#setup') });
Expand Down

0 comments on commit b042891

Please sign in to comment.