mirror of
https://github.com/videojs/video.js.git
synced 2024-12-12 11:15:04 +02:00
Add {
This commit is contained in:
parent
c94ceca337
commit
cbcff6a168
@ -483,7 +483,7 @@ vjs.Player.prototype.play = function(){
|
||||
|
||||
// http://dev.w3.org/html5/spec/video.html#dom-media-pause
|
||||
vjs.Player.prototype.pause = function(){
|
||||
this.trigger(type:'showBigPlayButton', target: this.el_});
|
||||
this.trigger({type:'showBigPlayButton', target: this.el_});
|
||||
this.techCall('pause');
|
||||
return this;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user