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

Extending modules with same name loses parent #9

Closed ajimix closed 12 years ago

ajimix commented 12 years ago

When extending a module with the same name as parent, the reference to the parent module is lost as no super reference is saved in the module.

tcorral commented 12 years ago

Just added the new functionality. Thanks a lot!