不要怂,就是干,撸起袖子干!

Commit 69fa70e5 by Sascha Depold

don't use undefined in default options but empty objects

1 parent cb5bb42d
Showing with 3 additions and 3 deletions
...@@ -8,9 +8,9 @@ module.exports = (function() { ...@@ -8,9 +8,9 @@ module.exports = (function() {
this.options = Utils._.extend({ this.options = Utils._.extend({
timestamps: true, timestamps: true,
instanceMethods: undefined, instanceMethods: {},
classMethods: undefined, classMethods: {},
validate: undefined, validate: {},
freezeTableName: false, freezeTableName: false,
underscored: false, underscored: false,
paranoid: false paranoid: false
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!