[Bug 12458] Interface objects should be Functions

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12458

--- Comment #5 from Jonas Sicking <jonas@sicking.cc> 2011-04-12 01:12:50 UTC ---
Sorry, I did not mean to imply that I did not want to do this change.

The inconsistency is that currently all javascript objects have a .constructor
property which is a Function object. The one exception to this is DOM objects.
This makes the DOM inconsistent with the rest of the JavaScript world, which is
why we should fix this bug.

-- 
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, 12 April 2011 01:12:53 UTC