2011/12/20 Xavier MONTILLET <[email protected]>: > Hi, > > There is this one thing in JavaScript I really hate: You can't so > {{$varName}} as in PHP so as soon as you need dynamic names, you have > to put everything in an object... > > I don't know how scopes are implemented
Not being able to get hold of the scope as an object enables important optimizations and is a feature, not a bug. -- Erik Corry _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

