bugfix
This commit is contained in:
parent
2447bbdd86
commit
b63b582485
@ -59,7 +59,7 @@ bricks.VideoPlayer = class extends bricks.VBox {
|
||||
|
||||
this.bind('domon', this.init.bind(this));
|
||||
this.bind('domoff', this.destroy.bind(this));
|
||||
this.bind('click', this,show_controls.bind(this));
|
||||
this.bind('click', this.show_controls.bind(this));
|
||||
schedule_once(this.hide_controls.bind(this), 40);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user