aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app.js b/src/app.js
index ccf13b555..797c178a3 100644
--- a/src/app.js
+++ b/src/app.js
@@ -57,12 +57,10 @@ window.addEventListener('load', () => {
57 const api = apiFactory(serverApi, new LocalApi()); 57 const api = apiFactory(serverApi, new LocalApi());
58 const router = new RouterStore(); 58 const router = new RouterStore();
59 const stores = storeFactory(api, actions, router); 59 const stores = storeFactory(api, actions, router);
60 serverApi.setStores(stores);
61 const history = syncHistoryWithStore(hashHistory, router); 60 const history = syncHistoryWithStore(hashHistory, router);
62 const menu = new MenuFactory(stores, actions); 61 const menu = new MenuFactory(stores, actions);
63 const touchBar = new TouchBarFactory(stores, actions); 62 const touchBar = new TouchBarFactory(stores, actions);
64 63
65
66 window.ferdi = { 64 window.ferdi = {
67 stores, 65 stores,
68 actions, 66 actions,