-
Couldn't load subscription status.
- Fork 2k
Closed
Description
- Current CoffeeScript & Ruby
supercalls appropriate fn of the superclass with allargumentsandsuper a, b, cfor calling with other args. - ECMAScript 6
superis just a direct reference to the super class. - Coco & LiveScript
superis just a direct reference to the super function.
I’m in favour of ES6-way which will be consistent with futurejs.
So, super should just be a ref to superclass. This will also allow to use it in static methods etc which will close gh-1790