Fixing /m/ for no good reason.

This commit is contained in:
Samuel Clay 2011-11-15 18:23:16 -08:00
parent 14ed618c6c
commit ae1a14cdeb

View file

@ -137,7 +137,7 @@
this.flags.active_view = 'stories'; this.flags.active_view = 'stories';
$.mobile.showPageLoadingMsg(); $.mobile.showPageLoadingMsg();
this.active_feed = feed_id; this.active_feed = feed_id;
this.model.load_feed(feed_id, this.page, this.page == 1, _.bind(this.build_stories, this)); this.model.load_feed(feed_id, this.page, this.page == 1, _.bind(this.build_stories, this), $.noop);
}, },
build_stories: function(data, first_load) { build_stories: function(data, first_load) {