mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
docs(): add missing comma in example (#2077)
This commit is contained in:
parent
3e933bbaff
commit
dc707fd80c
@ -51,7 +51,7 @@ export interface MusicControlsOptions {
|
|||||||
* hasClose : true, // show close button, optional, default: false
|
* hasClose : true, // show close button, optional, default: false
|
||||||
*
|
*
|
||||||
* // iOS only, optional
|
* // iOS only, optional
|
||||||
* album : 'Absolution' // optional, default: ''
|
* album : 'Absolution', // optional, default: ''
|
||||||
* duration : 60, // optional, default: 0
|
* duration : 60, // optional, default: 0
|
||||||
* elapsed : 10, // optional, default: 0
|
* elapsed : 10, // optional, default: 0
|
||||||
* hasSkipForward : true, // show skip forward button, optional, default: false
|
* hasSkipForward : true, // show skip forward button, optional, default: false
|
||||||
|
Loading…
Reference in New Issue
Block a user