This commit is contained in:
Javier Núñez 2018-01-30 10:41:18 +00:00 committed by GitHub
commit 16e08c57ac

View file

@ -362,6 +362,6 @@
}; };
// register the plugin // register the plugin
videojs.plugin('videoJsResolutionSwitcher', videoJsResolutionSwitcher); videojs.registerPlugin('videoJsResolutionSwitcher', videoJsResolutionSwitcher);
})(window, videojs); })(window, videojs);
})(); })();