From: John Resig Date: Sat, 15 Sep 2007 03:12:56 +0000 (+0000) Subject: Forgot the 'var' statement, causing variables to leak. (Bug #1592) X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=dbca9cbf629e282b511c32c8c870da37ef9fa92b;hp=dbca9cbf629e282b511c32c8c870da37ef9fa92b;p=jquery.git Forgot the 'var' statement, causing variables to leak. (Bug #1592) ---