AmpersandJS / ampersand-input-view

A view module for intelligently rendering and validating input. Works well with ampersand-form-view.
MIT License
17 stars 19 forks source link

Render should return `this`? #35

Closed mmacaula closed 9 years ago

mmacaula commented 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

lukekarrys commented 9 years ago

@mmacaula Good catch! I would agree that all render methods should return this.

lukekarrys commented 9 years ago

Closed by #36.