Revision f5ebc510
ID | f5ebc510f2e5be2d1a16464f19ba6230bf7f4e5f |
Parent | 7965feb4 |
Child | 993cc81d |
Bug #645: Iterate on arrays with vanilla loops.
For...in loops on Arrays were changed in to for(i = 0, i<length, ++i) style loops. There where the former form caused problems or problems had been workaround-ed small improvements have been made.
Files
- added
- modified
- copied
- renamed
- deleted