I came across http://www.mozilla.org/docs/web-developer/js/debugging/ 
explaining about turning on Strict JavaScript in Mozilla Firefox (type 
about:config in address bar, then enable javascript.options.strict). It 
pinpointed some issues but the main concern is in prototype.js in the 
Object.extend function. It says:
 
if (match = source.match(pattern)) {
 
Is this correct or should it be:
 
if (match == source.match(pattern)) {
 
???
 
If it's a typo error then could you also notify the real author of prototype 
too!
 
 
Cheers!
_________________________________________________________________
Change is good. See what’s different about Windows Live Hotmail. 
http://www.windowslive-hotmail.com/learnmore/default.html?locale=en-us&ocid=RMT_TAGLM_HMWL_reten_changegood_0507
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to