[jQuery] Clean up patch + future plans

[jQuery] Clean up patch + future plans


I have javascript.options.strict set to true in Firefox to help catch certain
types of mistake - it's like -Wall for Javascript. However jQuery generates
a dozen or so warnings by itself, which is quite annoying when I'm trying to
debug something. Most of the warnings are caused by redeclaring function
arguments with var when they are null which I believe is unnecessary. I've
attached a patch that cleans these warnings up.
What are the future plans for jQuery, by the way? Is there likely to be
source control/bug tracker/testcase library?
--
Jim
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/