Started on plugin setup
This commit is contained in:
parent
1532f2ab23
commit
7345f656c1
819
src/js/plyr.js
819
src/js/plyr.js
File diff suppressed because it is too large
Load Diff
18
src/js/plyr.youtube.js
Normal file
18
src/js/plyr.youtube.js
Normal file
@ -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 || {}));
|
Loading…
x
Reference in New Issue
Block a user