aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-31 16:37:37 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-10-31 16:37:37 +0100
commit7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9 (patch)
tree80c7ff1d004e58915270f621f7293bdeb193abd0 /client/src/app/app.module.ts
parent53abc4c272be9ecc951274458d054dbaf86e594d (diff)
downloadPeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.tar.gz
PeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.tar.zst
PeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.zip
Upgrade client dep
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r--client/src/app/app.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index 6aa56b8a7..e71641e0d 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -127,7 +127,7 @@ export class AppModule {
127 /** 127 /**
128 * Display new elements 128 * Display new elements
129 */ 129 */
130 store.disposeOldHosts () 130 store.disposeOldHosts()
131 delete store.disposeOldHosts 131 delete store.disposeOldHosts
132 } 132 }
133} 133}