rgrove / combohandler

A simple Yahoo!-style combo handler in Node.js.
MIT License
116 stars 32 forks source link

Compatability with express 4.0 #37

Closed natecavanaugh closed 10 years ago

natecavanaugh commented 10 years ago

As of express 4, res.locals is no longer a function, so we need to treat it as a plain JS object.

evocateur commented 10 years ago

Thanks, this looks great! I'll have to look into the test failures on node v0.11.x later tonight. I think cluster API changes broke us again. :(