Closed timhudson closed 8 years ago
The tests pass now, but something timed out when running them in CircleCI. Mind triggering a rebuild?
Yup, just triggered a build. Shouldn't be long now. Thanks for getting on this, I've been swamped lately :D
:+1:
The addEvent method was broken in 45d7a7f. This more or less reverts that change. I've also replaced
fn.call(null,
withfn(
since usingcall
isn't necessary. Standard linting throws an error for this.