atom / etch

Builds components using a simple and explicit API around virtual-dom
MIT License
555 stars 57 forks source link

Remove duplicate onError event listener property #62

Closed loranallensmith closed 6 years ago

loranallensmith commented 6 years ago

This PR removes a duplicate onError property from the event listener properties. There's currently one on line 48.

leroix commented 6 years ago

Thanks! good catch.