- From: Cyril Auburtin <notifications@github.com>
- Date: Thu, 11 Aug 2016 05:41:27 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 11 August 2016 12:41:56 UTC
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