Fixing Text view.

This commit is contained in:
Samuel Clay 2013-04-26 11:36:45 -07:00
parent 75388bcb3c
commit f3ff9ff476

View file

@ -42,6 +42,7 @@ NEWSBLUR.Views.TextTabView = Backbone.View.extend({
this.story = story;
this.$el.html(new NEWSBLUR.Views.StoryDetailView({
model: this.story,
collection: this.story.collection,
show_feed_title: true,
skip_content: true,
text_view: true,