Closed GoogleCodeExporter closed 9 years ago
Arrays were extended via prototype some weeks back to support a few new
methods, so this is now expected behavior. See Rycochet's note in the r1017
patch notes for clarification.
"IMPORTANT - Array now has prototype functions, make sure you use
for(i=0;i<arr.length;i++) and not for(i in arr) or it will error out (an
alternative is using if(arr.hasOwnProperty(i))."
Original comment by lur...@hotmail.com
on 18 Apr 2011 at 2:54
Original comment by 0Artifi...@gmail.com
on 29 Apr 2011 at 2:34
Original issue reported on code.google.com by
0Artifi...@gmail.com
on 18 Apr 2011 at 11:22