Remove unused class attribute

pull/5098/head
Chocobozzz 2022-06-28 14:11:59 +02:00
parent bd2b51be4b
commit 7a9efc5cd2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ import { PeerTubeLinkButtonOptions } from '../../types'
const Button = videojs.getComponent('Button')
class PeerTubeLinkButton extends Button {
private instanceName: string
constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) {
super(player, options as any)
}