Files
webtorrent-desktop/renderer/views
Feross Aboukhadijeh ff6ff8db00 Fewer click handlers (#552)
One more bit of cleanup for PR #529.

We can register `handleClick` once on the `<tr>` tag and just have the
onclick handler on `col-select` too. Because dispatcher calls
`event.stopPropagation()` we don't need to worry about event bubbling
up to the `<tr>`.
2016-05-21 16:50:18 -07:00
..
2016-05-19 18:54:44 -07:00
2016-05-19 18:54:44 -07:00
2016-05-16 08:03:21 -07:00
2016-05-21 16:50:18 -07:00