Skip to content

Commit

Permalink
Close GH-581: export Component.prototype.fadeIn/Out.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Bloomfield authored and heff committed Jun 24, 2013
1 parent 38d119e commit 0420760
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 @@ -54,6 +54,8 @@ goog.exportProperty(vjs.Component.prototype, 'width', vjs.Component.prototype.wi
goog.exportProperty(vjs.Component.prototype, 'height', vjs.Component.prototype.height);
goog.exportProperty(vjs.Component.prototype, 'dimensions', vjs.Component.prototype.dimensions);
goog.exportProperty(vjs.Component.prototype, 'ready', vjs.Component.prototype.ready);
goog.exportProperty(vjs.Component.prototype, 'fadeIn', vjs.Component.prototype.fadeIn);
goog.exportProperty(vjs.Component.prototype, 'fadeOut', vjs.Component.prototype.fadeOut);

goog.exportSymbol('videojs.Player', vjs.Player);
goog.exportProperty(vjs.Player.prototype, 'dispose', vjs.Player.prototype.dispose);
Expand Down

0 comments on commit 0420760

Please sign in to comment.