aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-05-14 09:18:04 +1000
committerSam Potts <me@sampotts.me>2016-05-14 09:18:04 +1000
commit602944ea4f41b3afa117b2645e7d5ceefe6e5ca7 (patch)
treeb6152aaa5732566deed1f45d50c55a8a08fc68dd /src/js/plyr.js
parentf4a9ffcec72c59c00ff53386068da8e505e48e38 (diff)
downloadplyr-602944ea4f41b3afa117b2645e7d5ceefe6e5ca7.tar.lz
plyr-602944ea4f41b3afa117b2645e7d5ceefe6e5ca7.tar.xz
plyr-602944ea4f41b3afa117b2645e7d5ceefe6e5ca7.zip
Fix for bug in v1.6.7
Diffstat (limited to 'src/js/plyr.js')
-rw-r--r--src/js/plyr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index d33726dc..110dafbc 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr
-// plyr.js v1.6.7
+// plyr.js v1.6.8
// https://github.com/selz/plyr
// License: The MIT License (MIT)
// ==========================================================================
@@ -2222,7 +2222,7 @@
value = 0;
}
// Default to buffer
- if (typeof progres === 'undefined') {
+ if (typeof progress === 'undefined') {
progress = plyr.progress.buffer;
}