Raynos / dom-delegator

Decorate elements with delegated events
MIT License
58 stars 16 forks source link

Set event listeners locally rather than globally #15

Open rtfeldman opened 9 years ago

rtfeldman commented 9 years ago

@Raynos per our discussion at lunch

Raynos commented 9 years ago

This is actually different without leaking memory.

I need the ability to unhook a hook.

cc @Matt-Esch