Re: [whatwg/dom] Removing event listeners through an identifier (#208)

Sorry to disagree, I find it superfluous
```
var events=[ ['click', clickFn], ['focus', focusFn] ];
events.forEach( e=>obj.addEventListener(...e) )
events.forEach( e=>obj.removeEventListener(...e) )
```

-- 
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/208#issuecomment-239149400

Received on Thursday, 11 August 2016 12:41:56 UTC