- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 01 Mar 2016 15:49:50 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 1 March 2016 23:50:20 UTC
>
> <pre class='idl'>
> partial interface Document {
> - Function registerElement(DOMString type, optional ElementRegistrationOptions options);
> + Function defineElement(DOMString type, Function constructor, optional ElementRegistrationOptions options);
defineElement should have "void" as the return type.
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/pull/405/files#r54656831
Received on Tuesday, 1 March 2016 23:50:20 UTC