remove constants service

This commit is contained in:
Kyle Spearrin 2018-04-19 14:10:23 -04:00
parent d6675f77d8
commit 41fc32487f
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 23917010a778e8464ba8b5f080d3306fc28a489e
Subproject commit fae453056465667ff770a11c1566e9bfc075265f

View File

@ -60,7 +60,7 @@ export const authService = new AuthService(getBgService<CryptoService>('cryptoSe
getBgService<ApiService>('apiService')(), getBgService<UserService>('userService')(),
getBgService<TokenService>('tokenService')(), getBgService<AppIdService>('appIdService')(),
getBgService<I18nService>('i18nService')(), getBgService<PlatformUtilsService>('platformUtilsService')(),
getBgService<ConstantsService>('constantsService')(), messagingService);
messagingService);
export function initFactory(i18nService: I18nService, storageService: StorageService,
popupUtilsService: PopupUtilsService): Function {