Skip to content

Commit

Permalink
Implement load() function
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Flateau committed Sep 10, 2014
1 parent 47dd40b commit e6d4bf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/videojs-osmf-controller.js
Expand Up @@ -110,6 +110,10 @@ videojs.Osmf.prototype.play = function(){
this.el_.vjs_play();
};

videojs.Osmf.prototype.load = function(){
this.el_.vjs_load();
};

videojs.Osmf.prototype.paused = function(){
return this.el_.vjs_paused();
};
Expand Down

0 comments on commit e6d4bf9

Please sign in to comment.