Skip to content

Commit

Permalink
Uncomment out urCollection calls in 'ux-router.js'.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemesha-ooi committed Mar 19, 2012
1 parent 7afdee7 commit 420bcec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/js/ux-router.js
Expand Up @@ -71,10 +71,10 @@ IONUX.Router = Backbone.Router.extend({
new IONUX.Views.ObservatoryFacepage({model:fpModel});
fpModel.fetch();

// var urCollection = new IONUX.Collections.UserRequestCollection();
// urCollection.marine_facility_id = marine_facility_id; //XXX better way to set this?
// var userRequestsView = new IONUX.Views.UserRequestsView({collection:urCollection});
// urCollection.fetch();
var urCollection = new IONUX.Collections.UserRequestCollection();
urCollection.marine_facility_id = marine_facility_id; //XXX better way to set this?
var userRequestsView = new IONUX.Views.UserRequestsView({collection:urCollection});
urCollection.fetch();
},

platforms: function(){
Expand Down

0 comments on commit 420bcec

Please sign in to comment.