mirror of
https://github.com/videojs/video.js.git
synced 2025-01-27 11:22:06 +02:00
Exported the videojs.Flash.version method for use in external techs
This commit is contained in:
parent
ba7871dc5d
commit
27d32d52c9
@ -158,6 +158,7 @@ goog.exportProperty(vjs.Flash, 'isSupported', vjs.Flash.isSupported);
|
||||
goog.exportProperty(vjs.Flash, 'canPlaySource', vjs.Flash.canPlaySource);
|
||||
goog.exportProperty(vjs.Flash, 'onReady', vjs.Flash['onReady']);
|
||||
goog.exportProperty(vjs.Flash, 'embed', vjs.Flash.embed);
|
||||
goog.exportProperty(vjs.Flash, 'version', vjs.Flash.version);
|
||||
|
||||
goog.exportSymbol('videojs.TextTrack', vjs.TextTrack);
|
||||
goog.exportProperty(vjs.TextTrack.prototype, 'label', vjs.TextTrack.prototype.label);
|
||||
|
Loading…
x
Reference in New Issue
Block a user