- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Mon, 02 May 2011 20:58:54 -0400
- To: public-web-perf@w3.org
On 5/2/11 7:31 PM, Cameron McCormack wrote: >> Only if the variables are declared with |var|. Plenty of scripts use >> undeclared variables, though. > > You’re right. I was thinking that pages shouldn’t break even with > undeclared assignment over the top of a Window member, but that’s really > only true for functions, like `open = 123` And only if they're replaceable. Otherwise the assignment is a no-op, which is likely to break things too. -Boris
Received on Tuesday, 3 May 2011 00:59:23 UTC