docs(): add missing comma in example (#2077)

This commit is contained in:
Jan Peeters 2017-12-02 05:05:27 +01:00 committed by Ibby Hadeed
parent 3e933bbaff
commit dc707fd80c

View File

@ -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