aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-08-06 11:09:55 +1000
committerSam Potts <me@sampotts.me>2016-08-06 11:09:55 +1000
commit58e9b02405ccd3c3502bbf221097aa0604796769 (patch)
tree44e17c1b7ad0bc017e698c0dd76db86d7f7eced1 /src
parentb578fb48408979432acfa481c75ec0bb57409ecb (diff)
downloadplyr-58e9b02405ccd3c3502bbf221097aa0604796769.tar.lz
plyr-58e9b02405ccd3c3502bbf221097aa0604796769.tar.xz
plyr-58e9b02405ccd3c3502bbf221097aa0604796769.zip
Merge
Diffstat (limited to 'src')
-rw-r--r--src/js/plyr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index fc49a123..f01866bd 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -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);