Przeglądaj źródła

Mobx is now Redux

Johannes Schill 7 lat temu
rodzic
commit
212c086162
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/app/core/services/bridge_srv.ts

+ 1 - 1
public/app/core/services/bridge_srv.ts

@@ -4,7 +4,7 @@ import { store } from 'app/store/configureStore';
 import locationUtil from 'app/core/utils/location_util';
 import locationUtil from 'app/core/utils/location_util';
 import { updateLocation } from 'app/core/actions';
 import { updateLocation } from 'app/core/actions';
 
 
-// Services that handles angular -> mobx store sync & other react <-> angular sync
+// Services that handles angular -> redux store sync & other react <-> angular sync
 export class BridgeSrv {
 export class BridgeSrv {
   private fullPageReloadRoutes;
   private fullPageReloadRoutes;