Skip to content

Commit

Permalink
Update lists_timeline.js (cezarsa#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Dec 10, 2014
1 parent 2bbb693 commit f69ffbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/timelines/lists_timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $.extend(ListsTweetsTimeline.prototype, MultipleTweetsTimeline.prototype, {
_extendParams: function(params) {
if (this.listIdParts) {
params.owner_screen_name = this.listIdParts[1];
params.slug = this.listIdParts[2];
params.slug = this.listIdParts[3];
delete params.count;
delete params.per_page;
}
Expand Down Expand Up @@ -54,4 +54,4 @@ $.extend(ListsTweetsTimeline.prototype, MultipleTweetsTimeline.prototype, {
currentLists[this.orderNumber] = listId;
this.template.setUserData(currentLists);
}
});
});

0 comments on commit f69ffbe

Please sign in to comment.