mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Add last bit of documentation
This commit is contained in:
parent
d86668e759
commit
6c34cb0377
@ -86,6 +86,8 @@ class AppGateway {
|
||||
// Send the applicationWillBoot event to the third-party stores
|
||||
EventActions.applicationWillBoot(settings);
|
||||
|
||||
// `history.listen` is called on every route change, which is perfect for
|
||||
// us in that case.
|
||||
history.listen(EventActions.routeDidChange);
|
||||
|
||||
React.render((
|
||||
|
Loading…
Reference in New Issue
Block a user