Declared some existing fields in the cnstructor for extra clarity
This commit is contained in:
parent
fb659bda2a
commit
515245e32e
@ -280,6 +280,12 @@
|
||||
// the main playback source at any given time
|
||||
this._mainSource = null;
|
||||
|
||||
// the element wrapping the playlist sidebar items
|
||||
this._playlist = null;
|
||||
|
||||
// the playlist title element
|
||||
this._playlistTitle = null;
|
||||
|
||||
// list of elements to show/hide based on playlist presence
|
||||
this._playlistUI = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user