From: Dave Methvin Date: Tue, 21 Dec 2010 15:00:49 +0000 (-0500) Subject: Use for loop instead of for/in loop to protect sanctity of Array.prototype. Fixes... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=acab4ab0e50fadacb106468b1449643b9a03826b;hp=acab4ab0e50fadacb106468b1449643b9a03826b;p=jquery.git Use for loop instead of for/in loop to protect sanctity of Array.prototype. Fixes #7817. Test case for this commit is shared with the fix for #6355, https://github.com/jquery/jquery/pull/140 . ---