mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +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
|
||||
*
|
||||
* // iOS only, optional
|
||||
* album : 'Absolution' // optional, default: ''
|
||||
* album : 'Absolution', // optional, default: ''
|
||||
* duration : 60, // optional, default: 0
|
||||
* elapsed : 10, // optional, default: 0
|
||||
* hasSkipForward : true, // show skip forward button, optional, default: false
|
||||
|
Loading…
Reference in New Issue
Block a user