Skip to content

Commit 96932c7

Browse files
author
Sven Tschui
committedMay 5, 2019
Add lost semicolon
1 parent 8a93332 commit 96932c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎demo/suspense.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default class DevtoolsDemo extends Component {
6060
constructor(props) {
6161
super(props);
6262
this.state = init();
63-
this.onRerun = this.onRerun.bind(this)
63+
this.onRerun = this.onRerun.bind(this);
6464
}
6565

6666
onRerun() {

0 commit comments

Comments
 (0)
Please sign in to comment.