aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-06-18 21:39:47 +1000
committerSam Potts <sam@potts.es>2018-06-18 21:39:47 +1000
commitffd864ed39340c081adb9e4a45b3c9cfe4c139e3 (patch)
tree27eb962a678e9be7bc7e470ec087858df49263b8 /src/js/plyr.js
parent599883e684cf72a631ea366d0cb821fcb1c3d013 (diff)
downloadplyr-ffd864ed39340c081adb9e4a45b3c9cfe4c139e3.tar.lz
plyr-ffd864ed39340c081adb9e4a45b3c9cfe4c139e3.tar.xz
plyr-ffd864ed39340c081adb9e4a45b3c9cfe4c139e3.zip
Work on controls
Diffstat (limited to 'src/js/plyr.js')
-rw-r--r--src/js/plyr.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index d4b63874..336a1c38 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -75,16 +75,17 @@ class Plyr {
// Elements cache
this.elements = {
container: null,
+ captions: null,
buttons: {},
display: {},
progress: {},
inputs: {},
settings: {
+ popup: null,
menu: null,
- panes: {},
- tabs: {},
+ menus: {},
+ buttons: {},
},
- captions: null,
};
// Captions