Removed transition.

This commit is contained in:
Samuel Clay 2014-05-30 22:38:49 -07:00
parent af6b60868a
commit 3c78b53c4f

View file

@ -41,11 +41,6 @@ NEWSBLUR.Collections.StarredFeeds = Backbone.Collection.extend({
// feed.selected = false;
feed.ps = feed.count;
});
// Remove below, only used for transition to tag/feed_id.
models = _.filter(models, function(feed) {
return feed['tag'];
});
return models;
},