Closed foxx closed 9 years ago
Think I've managed to fix this, just finishing up the unit tests, PR coming shortly
Thanks for the PR and bug, but this is intended behaviour. Static methods / properties should only appear on the instance, not on every child. If you want that, you should use proto
instead of extend
.
It would seem that if you
extend
a class thensubclass
it, the static method which you added withextend
do not appear;