Skip to content

Commit

Permalink
fix: expose version correctly (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored Feb 15, 2018
1 parent 343cd72 commit dd7adc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ class VR extends Plugin {
VR.prototype.setTimeout = Component.prototype.setTimeout;
VR.prototype.clearTimeout = Component.prototype.clearTimeout;

VR.version = VERSION;
VR.VERSION = VERSION;

videojs.registerPlugin('vr', VR);
export default VR;

0 comments on commit dd7adc1

Please sign in to comment.