mirror of https://github.com/Chocobozzz/PeerTube
Remove unused class attribute
parent
bd2b51be4b
commit
7a9efc5cd2
|
@ -5,8 +5,6 @@ import { PeerTubeLinkButtonOptions } from '../../types'
|
||||||
const Button = videojs.getComponent('Button')
|
const Button = videojs.getComponent('Button')
|
||||||
class PeerTubeLinkButton extends Button {
|
class PeerTubeLinkButton extends Button {
|
||||||
|
|
||||||
private instanceName: string
|
|
||||||
|
|
||||||
constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) {
|
constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) {
|
||||||
super(player, options as any)
|
super(player, options as any)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue