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