aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/utils.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-03-22 00:06:26 +1100
committerSam Potts <sam@potts.es>2018-03-22 00:06:26 +1100
commit958b47c435a9cd5ad20dc167b855148a3a9c2b6f (patch)
treed5bfba678374bdd4a0399f54cecba7fa58934356 /src/js/utils.js
parent1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a (diff)
parenta27248d3b6e0067f7aa36f34125d888f2a33f2fa (diff)
downloadplyr-958b47c435a9cd5ad20dc167b855148a3a9c2b6f.tar.lz
plyr-958b47c435a9cd5ad20dc167b855148a3a9c2b6f.tar.xz
plyr-958b47c435a9cd5ad20dc167b855148a3a9c2b6f.zip
Merge branch 'master' of github.com:sampotts/plyr
Diffstat (limited to 'src/js/utils.js')
-rw-r--r--src/js/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/utils.js b/src/js/utils.js
index 1d23172f..493fb15e 100644
--- a/src/js/utils.js
+++ b/src/js/utils.js
@@ -447,7 +447,7 @@ const utils = {
pause: utils.getElement.call(this, this.config.selectors.buttons.pause),
restart: utils.getElement.call(this, this.config.selectors.buttons.restart),
rewind: utils.getElement.call(this, this.config.selectors.buttons.rewind),
- forward: utils.getElement.call(this, this.config.selectors.buttons.forward),
+ fastForward: utils.getElement.call(this, this.config.selectors.buttons.fastForward),
mute: utils.getElement.call(this, this.config.selectors.buttons.mute),
pip: utils.getElement.call(this, this.config.selectors.buttons.pip),
airplay: utils.getElement.call(this, this.config.selectors.buttons.airplay),