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

Bug fixing in _removeSubscribers method #19

Closed rafayepes closed 11 years ago

rafayepes commented 11 years ago

The method crashed when removing an element that was not at the end of aSubscribers, because it tried to access an element out of the array.

tcorral commented 11 years ago

Acuérdate de subir el test y la modificación para que haga el merge.