From 3363c928919c3b4223c425e19ea0b1581829b30c Mon Sep 17 00:00:00 2001 From: NDQ Date: Thu, 27 Sep 2018 10:22:39 +0700 Subject: [PATCH] Update videojs-resolution-switcher.js --- lib/videojs-resolution-switcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/videojs-resolution-switcher.js b/lib/videojs-resolution-switcher.js index eae1c38..ea8aae1 100644 --- a/lib/videojs-resolution-switcher.js +++ b/lib/videojs-resolution-switcher.js @@ -363,5 +363,5 @@ // register the plugin videojs.plugin('videoJsResolutionSwitcher', videoJsResolutionSwitcher); - })(window, videojs); + })(window, videojs.default || videojs); })();