Closed mmacaula closed 9 years ago
It's not an official view convention but I was wondering if the render method should follow ampersand-view and return this after it's done rendering. Seems confusing to not do so. I'd be happy to submit a PR with tests if you agree
ampersand-view
this
@mmacaula Good catch! I would agree that all render methods should return this.
return this
Closed by #36.
It's not an official view convention but I was wondering if the render method should follow
ampersand-view
and returnthis
after it's done rendering. Seems confusing to not do so. I'd be happy to submit a PR with tests if you agree