Page 2 of 2

Re: typo in noscripService.js and a few surrogate questions

Posted: Fri Dec 02, 2011 11:18 am
by Giorgio Maone
al_9x wrote:Just want to make sure I am not missing something. Is "window." that you added, necessary?
It's not necessary but better for legibility and possibly speed (even though really negligible), because member access is easier to optimize with explicit syntax.