Skip to content

Commit 7dc2dbe

Browse files
committed
Fix linting
1 parent ace9364 commit 7dc2dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/InfiniteScroll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class InfiniteScroll extends Component {
6969
const testOptions = {
7070
get passive() {
7171
passive = true;
72-
},
72+
}
7373
};
7474

7575
try {
@@ -87,7 +87,7 @@ export default class InfiniteScroll extends Component {
8787
if (this.isPassiveSupported()) {
8888
options = {
8989
useCapture: this.props.useCapture,
90-
passive: true,
90+
passive: true
9191
};
9292
}
9393
return options;

0 commit comments

Comments
 (0)