Re: [webcomponents] Large custom element spec rewrite to implement some F2F decisions (#405)

>  
>  <pre class='idl'>
>  partial interface Document {
> -    Function registerElement(DOMString type, optional ElementRegistrationOptions options);
> +    Function defineElement(DOMString type, Function constructor, optional ElementRegistrationOptions options);

Good catch, thanks.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/pull/405/files#r54657075

Received on Tuesday, 1 March 2016 23:52:24 UTC