On Fri, May 27, 2011 at 1:59 PM, Peter Michaux <[email protected]> wrote: > > A minifier could, couldn't it? > > function foo(a::MyType) {} > > would be minified to > > function foo(a) {}
These are not the same function at all. -- sam th [email protected] _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

