Making a custom backbone model constructor
Generally it is not need to make a custom constructor method for a backbone Model. However if for some reason it is needed doing so is as simple as just adding one to the object that is passed to Backbone Model.extend, when making the Model.