Use a for loop rather than for/in loop when copying events, so that code will work...
authorDave Methvin <dave.methvin@gmail.com>
Tue, 21 Dec 2010 03:23:59 +0000 (22:23 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 21 Dec 2010 03:23:59 +0000 (22:23 -0500)
commit4424bda377336342ce04ab5299bf1ce624cdb7b1
treeac245870b1822a4c4c1bee66f6a08343a0e28185
parent291b1edf444f30d9360a42c8d563e26eaf1a2ddb
Use a for loop rather than for/in loop when copying events, so that code will work with an augmented Array.prototype. Fixes 7809.
src/manipulation.js
test/unit/manipulation.js