Remove unused class attribute
This commit is contained in:
parent
bd2b51be4b
commit
7a9efc5cd2
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue