Chromium Code Reviews| Index: ui/file_manager/audio_player/elements/control_panel.js |
| diff --git a/ui/file_manager/audio_player/elements/control_panel.js b/ui/file_manager/audio_player/elements/control_panel.js |
| index ff36640ab5a061539848d8a9181ae1822f7c86c7..9b139a78ee5c8c3cbbfc9876112fca58e7245a8a 100644 |
| --- a/ui/file_manager/audio_player/elements/control_panel.js |
| +++ b/ui/file_manager/audio_player/elements/control_panel.js |
| @@ -77,11 +77,12 @@ |
| }, |
| /** |
| - * Whether the repeat button is ON. |
| + * What mode the repeat button idicates. |
| + * repeat-modes can be "repeat-none", "repeat-all", "repeat-one". |
| */ |
| repeat: { |
|
fukino
2016/09/02 12:11:48
This property should be repeatMode for consistency
harukam
2016/09/05 04:35:03
Agree. Thanks.
|
| - type: Boolean, |
| - value: false, |
| + type: String, |
| + value: "repeat-none", |
| notify: true |
| }, |