Skip to content

Commit ba1ee5f

Browse files
committed
Fix typo
1 parent 49a6bb1 commit ba1ee5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class Router extends React.Component {
1515
constructor(props) {
1616
super(props);
1717

18-
this.toRoute = this.onForward.bind(this);
19-
this.toBack = this.onBack.bind(this);
18+
this.onForward = this.onForward.bind(this);
19+
this.onBack = this.onBack.bind(this);
2020
this.customAction = this.customAction.bind(this);
2121
this.renderScene = this.renderScene.bind(this);
2222
this.onDidFocus = this.onDidFocus.bind(this);

0 commit comments

Comments
 (0)