Fix bug
This commit is contained in:
parent
1621e5ac58
commit
67e633d887
1
js/vd.js
1
js/vd.js
|
@ -192,6 +192,7 @@ class SpeedItem extends vjs.MenuItem {
|
||||||
super(...arguments);
|
super(...arguments);
|
||||||
this.label = arguments[1].label;
|
this.label = arguments[1].label;
|
||||||
this.speed = arguments[1].speed;
|
this.speed = arguments[1].speed;
|
||||||
|
this.menuButton = arguments[1].menuButton;
|
||||||
}
|
}
|
||||||
|
|
||||||
handleClick() {
|
handleClick() {
|
||||||
|
|
Loading…
Reference in New Issue