Update videojs-resolution-switcher.js

This commit is contained in:
NDQ 2018-09-27 10:22:39 +07:00 committed by GitHub
parent 85f1e51c8b
commit 3363c92891
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);
})(); })();