diff options
author | Sam Potts <sam@potts.es> | 2018-06-18 21:39:47 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-06-18 21:39:47 +1000 |
commit | ffd864ed39340c081adb9e4a45b3c9cfe4c139e3 (patch) | |
tree | 27eb962a678e9be7bc7e470ec087858df49263b8 /src/js/plyr.js | |
parent | 599883e684cf72a631ea366d0cb821fcb1c3d013 (diff) | |
download | plyr-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.js | 7 |
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 |