Skip to content

Commit 1cf34f0

Browse files
committed
this should be window
1 parent ca31ab0 commit 1cf34f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videojs.hotkeys.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
factory(root, root.videojs);
1616
}
1717

18-
})(this, function(window, videojs) {
18+
})(window, function(window, videojs) {
1919
"use strict";
2020
window['videojs_hotkeys'] = { version: "0.2.11" };
2121

0 commit comments

Comments
 (0)