diff --git a/src/plugin.js b/src/plugin.js index f492846d..76e1f75e 100644 --- a/src/plugin.js +++ b/src/plugin.js @@ -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;