Add note about misleading name

This commit is contained in:
Ajay 2022-05-03 15:14:57 -04:00
parent e72f3b1a12
commit 2d2bd36abb

View file

@ -65,6 +65,7 @@ let videoMutationObserver: MutationObserver = null;
const videosWithEventListeners: HTMLVideoElement[] = [];
const controlsWithEventListeners: HTMLElement[] = []
// This misleading variable name will be fixed soon
let onInvidious;
let onMobileYouTube;