[Bug 25830] [Custom]: What should be the name of the generated constructor returned by registerElement?

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

--- Comment #9 from johnjbarton <johnjbarton@johnjbarton.com> ---
Yes seems like anonymous is fine:

>function fakeRegisterElement() { return function() { console.log('born'); } }
undefined
>var xFoo = fakeRegisterElement()
undefined
> new xFoo
born VM2040:2
Object {}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 20 May 2014 17:57:50 UTC