Finished JSDoc for www/src/channel/*
This commit is contained in:
parent
2e89d4e6dc
commit
1aa836ba48
100 changed files with 10367 additions and 196 deletions
|
|
@ -60,6 +60,9 @@ class playlistManager{
|
|||
this.client.socket.on("userPlaylists", this.renderUserPlaylists.bind(this));
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles Up-stream Document/Panel Changes from the parent Queue Panel object
|
||||
*/
|
||||
docSwitch(){
|
||||
//Grab menus
|
||||
this.channelPlaylistDiv = this.panelDocument.querySelector("#queue-channel-playlist-div");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue