On 16 November 2011 20:45, Erik Arvidsson <[email protected]> wrote: > Sorry for being too brief. Today the following works. > > f(); > ... > function f() { ... } > > but the following does not: > > f(); > ... > let f = function f() {}; > > I think it is important that we keep the forward reference behavior > with classes. This requires a declarative way of defining classes.
Ah, yes, that is a good point! /Andreas _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

