On Nov 2, 2011, at 5:34 AM, Axel Rauschmayer wrote: > I think the namespacing via this is a feature, it give the code a nice > uniform look: > if (this.foo === other.foo)
You can use this@priv == other@priv if you like. My proposal, after Ruby and CoffeeScript, is to support @priv (with [no LineTerminator here] before the @) as shorthand for this@priv. Try it out, you'll like it -- especially where there's no other@priv in sight. /be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

