Declared some existing fields in the cnstructor for extra clarity

This commit is contained in:
Erik Thuning 2023-04-04 16:52:32 +02:00
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 = [];