This commit is contained in:
NDQ 2018-09-27 03:27:56 +00:00 committed by GitHub
commit 169aeb6712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,5 +363,5 @@
// register the plugin // register the plugin
videojs.plugin('videoJsResolutionSwitcher', videoJsResolutionSwitcher); videojs.plugin('videoJsResolutionSwitcher', videoJsResolutionSwitcher);
})(window, videojs); })(window, videojs.default || videojs);
})(); })();