mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Removed transition.
This commit is contained in:
parent
af6b60868a
commit
3c78b53c4f
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue