mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-09 17:33:08 +03:00
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
Block a user