Added space after //

This commit is contained in:
Prabesh Niraula 2018-03-12 14:20:40 -04:00 committed by GitHub
parent 5fe579b2f3
commit 7e0300a75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,8 @@ export interface MusicControlsOptions {
* // Android only, optional
* // text displayed in the status bar when the notification (and the ticker) are updated, optional
* ticker : 'Now playing "Time is Running Out"',
* //All icons default to their built-in android equivalents
* //The supplied drawable name, e.g. 'media_play', is the name of a drawable found under android/res/drawable* folders
* // All icons default to their built-in android equivalents
* // The supplied drawable name, e.g. 'media_play', is the name of a drawable found under android/res/drawable* folders
* playIcon: 'media_play',
* pauseIcon: 'media_pause',
* prevIcon: 'media_prev',