tcorral / Hydra.js

Create a scalable, maintainable and module oriented system using Hydra.js
http://tcorral.github.com/Hydra.js
MIT License
102 stars 12 forks source link

Debug array iterations which may crash #14

Closed Ramonacus closed 11 years ago

Ramonacus commented 11 years ago

These two iterations over listeners may crash if an element is removed from the array, so that's why I am changing one to be done in reversed order and the othe over a copy of the array,

tcorral commented 11 years ago

Thanks a lot to fix this issues.