We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca31ab0 commit 1cf34f0Copy full SHA for 1cf34f0
videojs.hotkeys.js
@@ -15,7 +15,7 @@
15
factory(root, root.videojs);
16
}
17
18
-})(this, function(window, videojs) {
+})(window, function(window, videojs) {
19
"use strict";
20
window['videojs_hotkeys'] = { version: "0.2.11" };
21
0 commit comments