- From: <bugzilla@jessica.w3.org>
- Date: Tue, 11 Oct 2011 16:46:02 +0000
- To: public-script-coord@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14428 --- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> 2011-10-11 16:46:02 UTC --- Note that Gecko's behavior here has nothing to do with the prototype. We simply treat a set as a no-op and return null on get if the |this| of the getter/setter is not an instance of the right interface. That includes invoking the getter or setter on the prototype, but also on any other random object. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Tuesday, 11 October 2011 16:46:05 UTC