- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 11 Aug 2016 05:05:28 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 11 August 2016 12:05:55 UTC
That seems way worse than
```js
h`<ul class="something">${items.map(({text}) => h`
<li onclick=${e=>/*..*/}>
text
<span onclick=${close}>✕</span>
</li>`}
</ul>`
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/150#issuecomment-239142369
Received on Thursday, 11 August 2016 12:05:55 UTC