mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
docs(music-controls): fix example code (#3036)
The function this.musicControls.subscribe().subscribe was not closed properly, I added the proper syntax for closing the tag.
This commit is contained in:
parent
26f63c744d
commit
18e4a9cda6
@ -134,6 +134,7 @@ export interface MusicControlsOptions {
|
|||||||
* break;
|
* break;
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
|
* });
|
||||||
*
|
*
|
||||||
* this.musicControls.listen(); // activates the observable above
|
* this.musicControls.listen(); // activates the observable above
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user