Use for loop instead of for/in loop to protect sanctity of Array.prototype. Fixes...
authorDave Methvin <dave.methvin@gmail.com>
Tue, 21 Dec 2010 15:00:49 +0000 (10:00 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 21 Dec 2010 15:00:49 +0000 (10:00 -0500)
commitacab4ab0e50fadacb106468b1449643b9a03826b
treee77e730853ffb0b38e3cbdb3ab3f7cfc34225bb2
parent4424bda377336342ce04ab5299bf1ce624cdb7b1
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 .
src/xhr.js