> Using the string instead of the object/"class" 
reference definitely seems slower.  So what are the ostensible 
benefits of using a string instead, and can the performance be improved

It is slower but that affects only the initial load time of your scripts. 
But in return you won't have to care about the order in which your the 
classes are defined (i.e. the order in which script files are included).

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/jsmentors@jsmentors.com/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/jsmentors@googlegroups.com/

To unsubscribe from this group, send email to
jsmentors+unsubscr...@googlegroups.com

Reply via email to