mirror of https://github.com/Chocobozzz/PeerTube
Fix typings
parent
2dd0a8a8fd
commit
f85b5afb7c
|
@ -15,10 +15,10 @@ class PeerTubeMobilePlugin extends Plugin {
|
||||||
private seekAmount = 0
|
private seekAmount = 0
|
||||||
|
|
||||||
private lastTapEvent: TouchEvent
|
private lastTapEvent: TouchEvent
|
||||||
private tapTimeout: NodeJS.Timeout
|
private tapTimeout: ReturnType<typeof setTimeout>
|
||||||
private newActiveState: boolean
|
private newActiveState: boolean
|
||||||
|
|
||||||
private setCurrentTimeTimeout: NodeJS.Timeout
|
private setCurrentTimeTimeout: ReturnType<typeof setTimeout>
|
||||||
|
|
||||||
constructor (player: videojs.Player, options: videojs.PlayerOptions) {
|
constructor (player: videojs.Player, options: videojs.PlayerOptions) {
|
||||||
super(player, options)
|
super(player, options)
|
||||||
|
|
Loading…
Reference in New Issue