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

Automatically set the aListeningEvents array on init. #1

Closed Ramonacus closed 12 years ago

tcorral commented 12 years ago

Hi, Ramonacus, I get your idea to improve aListeningEvents generation, but I changed how to get the keys from oEventsCallbacks, you got the keys when init callback is called. My changes execute this when the module is instanced.

Ramonacus commented 12 years ago

I see, that's a great way to implement it too :) Glad you liked it!