diff options
author | Sam Potts <sam@potts.es> | 2018-06-15 15:34:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-15 15:34:29 +1000 |
commit | d522e405942e060180c7f5b28c914028e94a917b (patch) | |
tree | 71986987e1c10eca00d6796551b2f065f9d07d03 /src/js/config/defaults.js | |
parent | 3cd2b9a6c3ab2a7b530f1f0e6eae884ba41b9211 (diff) | |
parent | 6bff6b317d6adcd9f94c8d4d8ee225d39f784e0f (diff) | |
download | plyr-d522e405942e060180c7f5b28c914028e94a917b.tar.lz plyr-d522e405942e060180c7f5b28c914028e94a917b.tar.xz plyr-d522e405942e060180c7f5b28c914028e94a917b.zip |
Merge pull request #1034 from friday/remove-array-newline-rule
Suggestion: Remove array newline rule
Diffstat (limited to 'src/js/config/defaults.js')
-rw-r--r-- | src/js/config/defaults.js | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/js/config/defaults.js b/src/js/config/defaults.js index 1789b026..34fb5519 100644 --- a/src/js/config/defaults.js +++ b/src/js/config/defaults.js @@ -89,15 +89,7 @@ const defaults = { // Speed default and options to display speed: { selected: 1, - options: [ - 0.5, - 0.75, - 1, - 1.25, - 1.5, - 1.75, - 2, - ], + options: [0.5, 0.75, 1, 1.25, 1.5, 1.75, 2], }, // Keyboard shortcut settings @@ -151,11 +143,7 @@ const defaults = { 'airplay', 'fullscreen', ], - settings: [ - 'captions', - 'quality', - 'speed', - ], + settings: ['captions', 'quality', 'speed'], // Localisation i18n: { |