Skip to content

Commit

Permalink
Close GH-783: Export userActive and reportUserActivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McClure authored and heff committed Oct 17, 2013
1 parent 0c4ab0b commit ba20239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ goog.exportProperty(vjs.Player.prototype, 'requestFullScreen', vjs.Player.protot
goog.exportProperty(vjs.Player.prototype, 'cancelFullScreen', vjs.Player.prototype.cancelFullScreen);
goog.exportProperty(vjs.Player.prototype, 'bufferedPercent', vjs.Player.prototype.bufferedPercent);
goog.exportProperty(vjs.Player.prototype, 'usingNativeControls', vjs.Player.prototype.usingNativeControls);
goog.exportProperty(vjs.Player.prototype, 'reportUserActivity', vjs.Player.prototype.reportUserActivity);
goog.exportProperty(vjs.Player.prototype, 'userActive', vjs.Player.prototype.userActive);

goog.exportSymbol('videojs.MediaLoader', vjs.MediaLoader);
goog.exportSymbol('videojs.TextTrackDisplay', vjs.TextTrackDisplay);
Expand Down

0 comments on commit ba20239

Please # to comment.