Trimming the data from a `<form>` with `<inputs>` is a basic operation. Would it make sense for the `serialize` method to support it directly? ` var data = Backbone.Syphon.serialize(this, { trim: true }); ` I can make a PR for this.
Trimming the data from a
<form>with<inputs>is a basic operation. Would it make sense for theserializemethod to support it directly?var data = Backbone.Syphon.serialize(this, { trim: true });I can make a PR for this.