Fix for bug in v1.6.7

This commit is contained in:
Sam Potts
2016-05-14 09:18:04 +10:00
parent f4a9ffcec7
commit 602944ea4f
8 changed files with 19 additions and 18 deletions

View File

@ -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;
}