- From: Matthew Phillips <notifications@github.com>
- Date: Wed, 24 Aug 2016 15:58:32 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 24 August 2016 22:59:32 UTC
A library could provide that hook for you, or conversely a small function could give you the same behavior: ```js connectedCallback() { onChildren(this, children => { }); } ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/551#issuecomment-242234361
Received on Wednesday, 24 August 2016 22:59:32 UTC