Not like this: if (!my_var) return; but like this: if (!window.my_var) return;
if (!my_var) return;
if (!window.my_var) return;