Here are our APIs.
Model is a model. Use Model like this.
model = new Model(options)
Here the default options for Model.
defaults =
attribute1: defaultValue1
attribute2: defaultValue2
attribute3: defaultValue3
attribute4: defaultValue4
attribute5: defaultValue5
Other Model is a model. Use Other Model like this.
model = new OtherModel(options)
Here the default options for Other Model.
defaults =
attribute1: defaultValue1
attribute2: defaultValue2
attribute3: defaultValue3
attribute4: defaultValue4
attribute5: defaultValue5