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

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() {
this.options = Utils._.extend({
timestamps: true,
instanceMethods: undefined,
classMethods: undefined,
validate: undefined,
instanceMethods: {},
classMethods: {},
validate: {},
freezeTableName: false,
underscored: false,
paranoid: false
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!