diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-18 16:13:54 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-18 16:13:54 +0200 |
commit | 528a9efa8272532bbd0dafc35c3e05e57c50f61e (patch) | |
tree | 62d4417df4ab9b2e53c44dc7271be81b88e4e0e5 /client/src/vendor.ts | |
parent | b2e4c0ba1a33b8a50491a1f8d111468a7da5640f (diff) | |
download | PeerTube-528a9efa8272532bbd0dafc35c3e05e57c50f61e.tar.gz PeerTube-528a9efa8272532bbd0dafc35c3e05e57c50f61e.tar.zst PeerTube-528a9efa8272532bbd0dafc35c3e05e57c50f61e.zip |
Try to make a better communication (between pods) module
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r-- | client/src/vendor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/vendor.ts b/client/src/vendor.ts index cf1524578..8f029191a 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts | |||
@@ -16,7 +16,7 @@ import 'rxjs/Observable'; | |||
16 | import 'rxjs/Subject'; | 16 | import 'rxjs/Subject'; |
17 | import 'rxjs/add/operator/catch'; | 17 | import 'rxjs/add/operator/catch'; |
18 | import 'rxjs/add/operator/map'; | 18 | import 'rxjs/add/operator/map'; |
19 | import 'rxjs/add/operator/mergeMap'; | 19 | import 'rxjs/add/observable/throw'; |
20 | 20 | ||
21 | import 'bootstrap-loader'; | 21 | import 'bootstrap-loader'; |
22 | import 'ng2-file-upload'; | 22 | import 'ng2-file-upload'; |