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

Fix bug module doesn't exist. #24

Closed tcorral closed 10 years ago

tcorral commented 11 years ago

In line 719 we are calling module.instance__id, this should be changed to oModule, module doesn't exist.

tcorral commented 10 years ago

Fixed in 3.3.1