Closed mikermcneil closed 11 years ago
Another advantage to this approach is the possibility of tying in virtual getters for absorbing state information from the DOM (i.e. form fields)
this.get('name') === this.$('.name-input').val()
Another advantage to this approach is the possibility of tying in virtual getters for absorbing state information from the DOM (i.e. form fields)