Skip to content

Commit

Permalink
Merge pull request #25 from steverandy/master
Browse files Browse the repository at this point in the history
Changing root variable to window to fix browserify scoping
  • Loading branch information
ctd1500 committed Nov 6, 2015
2 parents ca31ab0 + 1cf34f0 commit 2215020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videojs.hotkeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
factory(root, root.videojs);
}

})(this, function(window, videojs) {
})(window, function(window, videojs) {
"use strict";
window['videojs_hotkeys'] = { version: "0.2.11" };

Expand Down

0 comments on commit 2215020

Please sign in to comment.