Clarify comment

pull/21833/head
Luke Barnard 2017-04-05 17:52:05 +01:00
parent 423babdb17
commit b0a04e6f00
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ var TimelinePanel = React.createClass({
},
onMessageListUnfillRequest: function(backwards, scrollToken) {
// If backwards, unpaginate from the back
// If backwards, unpaginate from the back (i.e. the start of the timeline)
let dir = backwards ? EventTimeline.BACKWARDS : EventTimeline.FORWARDS;
debuglog("TimelinePanel: unpaginating events in direction", dir);