Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Mar 15, 2017
1 parent 403d765 commit 68a259a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/InfiniteLoader/InfiniteLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class InfiniteLoader extends PureComponent {
this._registerChild = this._registerChild.bind(this)
}

resetLoadMoreRowsCache() {
resetLoadMoreRowsCache () {
this._loadMoreRowsMemoizer = createCallbackMemoizer()
}

Expand Down

0 comments on commit 68a259a

Please sign in to comment.