- From: <bugzilla@jessica.w3.org>
- Date: Wed, 22 May 2013 22:58:20 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21886
--- Comment #11 from Dimitri Glazkov <dglazkov@chromium.org> ---
Should we then just get rid of the first argument, as well?
document.register({
name: 'awesome-sauce',
extends: 'button',
prototype: ...
});
document.register(class AwesomeSauce : HTMLButtonElement {
static name = 'awesome-sauce';
static extends = 'button';
...
});
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 22 May 2013 22:58:21 UTC