diff options
author | Sam Potts <sam@potts.es> | 2018-02-06 11:06:46 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-02-06 11:06:46 +1100 |
commit | 211db12a3d6c251f79f3e081ebe2575aef7d2e67 (patch) | |
tree | f8b7efbe8a39d7ca1142cab4e2eb6107783805e6 /src/js | |
parent | f67315e20c05c79e7e23db3fa0a72cac4563b887 (diff) | |
download | plyr-211db12a3d6c251f79f3e081ebe2575aef7d2e67.tar.lz plyr-211db12a3d6c251f79f3e081ebe2575aef7d2e67.tar.xz plyr-211db12a3d6c251f79f3e081ebe2575aef7d2e67.zip |
Readme merge
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/captions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/captions.js b/src/js/captions.js index 847ef7ff..13244f12 100644 --- a/src/js/captions.js +++ b/src/js/captions.js @@ -78,7 +78,7 @@ const captions = { // Setup HTML5 track rendering if (this.isHTML5 && this.isVideo) { captions.getTracks.call(this).forEach(track => { - // Remove previous bindings + // Show track utils.on(track, 'cuechange', event => captions.setCue.call(this, event)); // Turn off native caption rendering to avoid double captions |