@dz "no brainer" is not a title here ... that much is obvious.

For me personaly it is a "no brainer" to do (for example) this :

 // Handle memory leak *only* in IE
/*cc_on
script.onload = script.onreadystatechange = null;
head.removeChild(script);
@*/

Instead of this :

 // Handle memory leak in IE
script.onload = script.onreadystatechange = null;
head.removeChild(script);

I mean this practically, not hypothetically.

--DBJ
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to