diff options
Diffstat (limited to 'src/js/plyr.youtube.js')
-rw-r--r-- | src/js/plyr.youtube.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/js/plyr.youtube.js b/src/js/plyr.youtube.js new file mode 100644 index 00000000..0157ca75 --- /dev/null +++ b/src/js/plyr.youtube.js @@ -0,0 +1,18 @@ +// ========================================================================== +// Plyr +// plyr.youtube.js v1.1.4 +// https://github.com/selz/plyr +// License: The MIT License (MIT) +// ========================================================================== + +(function (api) { + "use strict"; + + api.youtube = { + setup: function() { + console.log("Setup youtube"); + console.log(this); + } + }; + +}(this.plyr.plugins = this.plyr.plugins || {}));
\ No newline at end of file |