mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
Stopped big play button from showing on ended.
This commit is contained in:
parent
9f566c0742
commit
0364e281d1
2
src/js/controls.js
vendored
2
src/js/controls.js
vendored
@ -258,7 +258,7 @@ vjs.BigPlayButton = function(player, options){
|
||||
goog.base(this, player, options);
|
||||
|
||||
player.on('play', vjs.bind(this, this.hide));
|
||||
player.on('ended', vjs.bind(this, this.show));
|
||||
// player.on('ended', vjs.bind(this, this.show));
|
||||
};
|
||||
goog.inherits(vjs.BigPlayButton, vjs.Button);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user