[Bug 24403] WebIDL callbacks should probably default to pushing a new entry settings object

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24403

Olli Pettay <bugs@pettay.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs@pettay.fi

--- Comment #8 from Olli Pettay <bugs@pettay.fi> ---
Just to remind,
in case of foo.addEventListener("evt", func); 'this' in func is foo

and foo.addEventListener("evt", {handleEvent: func}); 'this' in func
is the object which has handleEvent property

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 29 January 2014 18:13:19 UTC