aboutsummaryrefslogtreecommitdiffstats
path: root/dist/plyr.polyfilled.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-05-06 01:14:41 +1000
committerSam Potts <sam@potts.es>2018-05-06 01:14:41 +1000
commit00bbce08fb51fa0751b6f9795cae7a3352c33650 (patch)
tree88d1de26c509c393d21d82def08ef2c6bb046378 /dist/plyr.polyfilled.js
parent91a4b86860f8db72dba0cec0c8cb18b93e423d85 (diff)
downloadplyr-00bbce08fb51fa0751b6f9795cae7a3352c33650.tar.lz
plyr-00bbce08fb51fa0751b6f9795cae7a3352c33650.tar.xz
plyr-00bbce08fb51fa0751b6f9795cae7a3352c33650.zip
Reverted menu change
Diffstat (limited to 'dist/plyr.polyfilled.js')
-rw-r--r--dist/plyr.polyfilled.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/plyr.polyfilled.js b/dist/plyr.polyfilled.js
index 1f7d170d..7134eb45 100644
--- a/dist/plyr.polyfilled.js
+++ b/dist/plyr.polyfilled.js
@@ -6893,6 +6893,8 @@ var ui = {
// Set ARIA state
utils.toggleState(this.elements.buttons.play, this.playing);
+ console.warn(this.playing);
+
// Toggle controls
this.toggleControls(!this.playing);
},