nealstewart / backbone.validations

Declarative, HTML5 Attribute-Inspired Validations for Backbone
301 stars 37 forks source link

Remove the copy-pasted `inherits` function in favor of Backbone's extend #13

Closed satchmorun closed 12 years ago

satchmorun commented 12 years ago

Backbone's extend function uses inherits to do its work, so simpler to just use it.

nealstewart commented 12 years ago

Totally makes more sense. Done!