Skip to content

Commit

Permalink
Merge pull request #3 from videojs/master
Browse files Browse the repository at this point in the history
update master from head fork
  • Loading branch information
developpeur2000 authored Feb 19, 2018
2 parents 343cd72 + dd7adc1 commit 258f7a6
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 258f7a6

Please sign in to comment.