On May 7, 2010, at 12:56 PM, stay wrote: > Really? How could sites possibly depend on being able to mark > properties non-enumerable but still have them appear in a for-in loop?
Sorry, shadowing with a non-enumerable property is new to ES5, I was meaning the behaviour i described is what we need to do to ensure sites work. Now days my understanding is the only place where there is confusion over behaviour is purely which prototype properties should be enumerated. --Oliver > -- > Mike Stay > [email protected] _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

