tnhu / jsface

Small, fast, elegant, powerful, and cross platform JavaScript OOP library. Support main(), singleton, super call, private, mixins, plugins, AOP and more.
MIT License
301 stars 46 forks source link

Should be able to call singleton parent function #12

Closed pocesar closed 9 years ago

pocesar commented 11 years ago

It should allow the parent functions to be called. It's useful when creating static helpers, are a just a bunch of utility functions, that you may alter, and still reuse the code from the parent singleton.

tnhu commented 11 years ago

Great point. I'll find some time to work on that. Thanks!

tnhu commented 9 years ago

Fixed in 2.4.0 :)