WICG / EventListenerOptions

An extension to the DOM event pattern to allow authors to disable support for preventDefault
Other
1.17k stars 140 forks source link

fix(polyfill): needsWrapping should init to false #48

Closed marcoscaceres closed 8 years ago

marcoscaceres commented 8 years ago

I think needsWrapping needs to init to false, otherwise it will always be wrapped (as no other condition in the function seems to cause it to ever become false?).

RByers commented 8 years ago

Whoops, thanks!