aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/listeners.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-11-06 22:00:00 +1100
committerSam Potts <me@sampotts.me>2017-11-06 22:00:00 +1100
commit84505da84ba97ae1b189f9c695228d324e9dc3b8 (patch)
tree620a453bcd537355f1057b6f627ae2775d4dc093 /src/js/listeners.js
parent2497e25b3ce6849986c3501354636fdae11df6d4 (diff)
downloadplyr-84505da84ba97ae1b189f9c695228d324e9dc3b8.tar.lz
plyr-84505da84ba97ae1b189f9c695228d324e9dc3b8.tar.xz
plyr-84505da84ba97ae1b189f9c695228d324e9dc3b8.zip
Automatic Vimeo aspect ratio
Diffstat (limited to 'src/js/listeners.js')
-rw-r--r--src/js/listeners.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/listeners.js b/src/js/listeners.js
index 3c83038b..7a455c13 100644
--- a/src/js/listeners.js
+++ b/src/js/listeners.js
@@ -176,7 +176,6 @@ const listeners = {
// Keyboard shortcuts
if (this.config.keyboard.global) {
- this.warn('bound');
utils.on(window, 'keydown keyup', handleKey, false);
} else if (this.config.keyboard.focused) {
utils.on(this.elements.container, 'keydown keyup', handleKey, false);