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

Commit 7fb57adc by overlookmotel

Remove unnecessary definitions

1 parent a746e985
Showing with 1 additions and 4 deletions
...@@ -40,10 +40,7 @@ module.exports = (function() { ...@@ -40,10 +40,7 @@ module.exports = (function() {
schemaDelimiter: '', schemaDelimiter: '',
defaultScope: null, defaultScope: null,
scopes: null, scopes: null,
hooks: { hooks: {}
beforeCreate: [],
afterCreate: []
}
}, options || {}); }, options || {});
this.associations = {}; this.associations = {};
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!