Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Potts committed Aug 6, 2016
1 parent b578fb4 commit 58e9b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/plyr.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module.exports = factory(root, document);
} else if (typeof define === 'function' && define.amd) {
// AMD
define([], function () { return factory(root, document); });
define(null, function() { factory(root, document) });
} else {
// Browser globals (root is window)
root.plyr = factory(root, document);
Expand Down

0 comments on commit 58e9b02

Please sign in to comment.