comment typo

pull/21833/head
Bruno Windels 2019-03-20 17:10:38 +01:00
parent f164a78eaa
commit 460f9a5959
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ module.exports = React.createClass({
// return true if the content is fully scrolled down right now; else false. // return true if the content is fully scrolled down right now; else false.
// //
// note that this is independent of the 'stuckAtBottom' state - it is simply // note that this is independent of the 'stuckAtBottom' state - it is simply
// about whether the the content is scrolled down right now, irrespective of // about whether the content is scrolled down right now, irrespective of
// whether it will stay that way when the children update. // whether it will stay that way when the children update.
isAtBottom: function() { isAtBottom: function() {
const sn = this._getScrollNode(); const sn = this._getScrollNode();