| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "mediaPlayerPrivate", | 3 "namespace": "mediaPlayerPrivate", |
| 4 "nodoc": "true", | 4 "nodoc": "true", |
| 5 "types": [ | 5 "types": [ |
| 6 { | 6 { |
| 7 "id": "Playlist", | 7 "id": "Playlist", |
| 8 "type": "object", | 8 "type": "object", |
| 9 "description": "Mediaplayer playlist stored in the browser (it extsts ev
en if the mediaplayer is closed).", | 9 "description": "Mediaplayer playlist stored in the browser (it extsts ev
en if the mediaplayer is closed).", |
| 10 "properties": { | 10 "properties": { |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 { | 91 { |
| 92 "name": "showPlaylistPanel", | 92 "name": "showPlaylistPanel", |
| 93 "description": "Shows the playlist panel.", | 93 "description": "Shows the playlist panel.", |
| 94 "parameters": [] | 94 "parameters": [] |
| 95 } | 95 } |
| 96 ], | 96 ], |
| 97 "events": [ | 97 "events": [ |
| 98 { | 98 { |
| 99 "name": "onPlaylistChanged", | 99 "name": "onPlaylistChanged", |
| 100 "type": "function", | 100 "type": "function", |
| 101 "descrition": "Notifies that playlist content or state has been changed.
Data could be retrieved via 'getPlaylist'.", | 101 "description": "Notifies that playlist content or state has been changed
. Data could be retrieved via 'getPlaylist'.", |
| 102 "parameters": [] | 102 "parameters": [] |
| 103 } | 103 } |
| 104 ] | 104 ] |
| 105 } | 105 } |
| 106 ] | 106 ] |
| OLD | NEW |