diff options
author | Sam Potts <me@sampotts.me> | 2017-11-18 19:36:36 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-11-18 19:36:36 +1100 |
commit | 3f744ef63a33f479b6d30a2f40717c6b44beb331 (patch) | |
tree | 19c75cb6a72e25eede42c1a8575039fae2aa0d3d /src/js/controls.js | |
parent | 5a244b7fedf185842b04f817eb07f49ae589d4a6 (diff) | |
download | plyr-3f744ef63a33f479b6d30a2f40717c6b44beb331.tar.lz plyr-3f744ef63a33f479b6d30a2f40717c6b44beb331.tar.xz plyr-3f744ef63a33f479b6d30a2f40717c6b44beb331.zip |
Formatting
Diffstat (limited to 'src/js/controls.js')
-rw-r--r-- | src/js/controls.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/controls.js b/src/js/controls.js index fa2d6509..8d96e427 100644 --- a/src/js/controls.js +++ b/src/js/controls.js @@ -493,7 +493,7 @@ const controls = { controls.getLabel.call(this, 'quality', quality), getBadge(quality) ) - ); + ); controls.updateSetting.call(this, type, list); }, @@ -732,7 +732,7 @@ const controls = { // Create items this.options.speed.forEach(speed => controls.createMenuItem.call(this, speed, list, type, controls.getLabel.call(this, 'speed', speed)) - ); + ); controls.updateSetting.call(this, type, list); }, |