aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/videojs-components/peertube-load-progress-bar.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-01 11:38:26 +0200
committerChocobozzz <me@florianbigard.com>2019-08-01 11:38:47 +0200
commit16b5525950c27172b8426e03cbb1c59794cfc44c (patch)
treee29f0dd37058cc90cdff07f7ab0df281e7db3505 /client/src/assets/player/videojs-components/peertube-load-progress-bar.ts
parent1f8ac02436237f0a4f2f10b8c37b28578cc5a411 (diff)
downloadPeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.tar.gz
PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.tar.zst
PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.zip
Update Angular -> 8.2.0
Diffstat (limited to 'client/src/assets/player/videojs-components/peertube-load-progress-bar.ts')
-rw-r--r--client/src/assets/player/videojs-components/peertube-load-progress-bar.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/assets/player/videojs-components/peertube-load-progress-bar.ts b/client/src/assets/player/videojs-components/peertube-load-progress-bar.ts
index 9a0e3b550..b594fc1c5 100644
--- a/client/src/assets/player/videojs-components/peertube-load-progress-bar.ts
+++ b/client/src/assets/player/videojs-components/peertube-load-progress-bar.ts
@@ -6,6 +6,7 @@ import { Player } from 'video.js'
6const Component: VideoJSComponentInterface = videojsUntyped.getComponent('Component') 6const Component: VideoJSComponentInterface = videojsUntyped.getComponent('Component')
7 7
8class PeerTubeLoadProgressBar extends Component { 8class PeerTubeLoadProgressBar extends Component {
9 partEls_: any[]
9 10
10 constructor (player: Player, options: any) { 11 constructor (player: Player, options: any) {
11 super(player, options) 12 super(player, options)