refactor: misc cleanup

This commit is contained in:
Victor Berchet
2016-09-20 14:14:57 -07:00
committed by Rado Kirov
parent 0ca971c5bd
commit f23b22a0f4
10 changed files with 55 additions and 88 deletions

View File

@ -34,7 +34,7 @@ export function _appIdRandomProviderFactory() {
export const APP_ID_RANDOM_PROVIDER = {
provide: APP_ID,
useFactory: _appIdRandomProviderFactory,
deps: <any[]>[]
deps: <any[]>[],
};
function _randomChar(): string {