(adsbygoogle = window.adsbygoogle || []).push({});
I noticed that the line of code
self endon("disconnect");
was pretty useless since it ends the current function when you disconnect. What purpose does it actually have? I don't see how I'm running into problems/freezing or whatever when I drop it so why do people include it all the time? Is it safe to remove it everywhere?