Use new js-sdk public unpaginate

pull/21833/head
Luke Barnard 2016-11-16 16:10:23 +00:00
parent beecbc7cd7
commit 3618b49982
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ var TimelinePanel = React.createClass({
if (count > 0) { if (count > 0) {
debuglog("TimelinePanel: Unpaginating", count, "in direction", dir); debuglog("TimelinePanel: Unpaginating", count, "in direction", dir);
this._timelineWindow._unpaginate(count, backwards); this._timelineWindow.unpaginate(count, backwards);
this.setState({ this.setState({
events: this._getEvents(), events: this._getEvents(),
}); });