Backbone.js Simple way to clean Model
While working on a Backbone.js web app had to solve a small problem. Once you add some custom data to the model like this.model.fetch{data:{action: options}} attribute data will be added to the model. To get the model to it’s defaults…