anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.42k stars 131 forks source link

Fixed bug with adding events #295

Closed timhudson closed 8 years ago

timhudson commented 8 years ago

The addEvent method was broken in 45d7a7f. This more or less reverts that change. I've also replaced fn.call(null, with fn( since using call isn't necessary. Standard linting throws an error for this.

timhudson commented 8 years ago

The tests pass now, but something timed out when running them in CircleCI. Mind triggering a rebuild?

anthonyshort commented 8 years ago

Yup, just triggered a build. Shouldn't be long now. Thanks for getting on this, I've been swamped lately :D

84564221 commented 8 years ago

:+1: