Formatting

This commit is contained in:
Sam Potts 2017-11-18 19:36:36 +11:00
parent 5a244b7fed
commit 3f744ef63a
3 changed files with 4 additions and 4 deletions

2
dist/plyr.js vendored

File diff suppressed because one or more lines are too long

2
dist/plyr.js.map vendored

File diff suppressed because one or more lines are too long

4
src/js/controls.js vendored
View File

@ -493,7 +493,7 @@ const controls = {
controls.getLabel.call(this, 'quality', quality), controls.getLabel.call(this, 'quality', quality),
getBadge(quality) getBadge(quality)
) )
); );
controls.updateSetting.call(this, type, list); controls.updateSetting.call(this, type, list);
}, },
@ -732,7 +732,7 @@ const controls = {
// Create items // Create items
this.options.speed.forEach(speed => this.options.speed.forEach(speed =>
controls.createMenuItem.call(this, speed, list, type, controls.getLabel.call(this, 'speed', speed)) controls.createMenuItem.call(this, speed, list, type, controls.getLabel.call(this, 'speed', speed))
); );
controls.updateSetting.call(this, type, list); controls.updateSetting.call(this, type, list);
}, },