On Fri, Sep 30, 2011 at 5:47 PM, Axel Rauschmayer <[email protected]> wrote: > > Isn't it just a matter of referring to the property with "super"? > class Pirate { > get name() { > return "Captn' " + super.name; > } > }
just trying to understand: how is super different from __proto__? jjb _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

