Skip to content

Commit

Permalink
Update view-state-transitions.md (visgl#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Saverio Zuppichini authored Mar 3, 2020
1 parent 20d2fec commit 11bc62f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api-reference/view-state-transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class App extends Component {
}
};
this._onViewStateChange = this._onViewStateChange.bind(this);
this._goToNYC = this._goToNYC.bind(this);
}

_goToNYC() {
Expand Down

0 comments on commit 11bc62f

Please sign in to comment.