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

You need to sign in or sign up before continuing.
Commit ef41cb1a by Mick Hansen

traviz

1 parent ff96051e
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ module.exports = (function() { ...@@ -12,7 +12,7 @@ module.exports = (function() {
this.__options = this.__factory.options this.__options = this.__factory.options
this.options = options this.options = options
this.hasPrimaryKeys = this.__factory.options.hasPrimaryKeys this.hasPrimaryKeys = this.__factory.options.hasPrimaryKeys
// What is selected values even used for? // What is selected values even used for?
this.selectedValues = options.include ? _.omit(values, options.includeNames) : values this.selectedValues = options.include ? _.omit(values, options.includeNames) : values
this.__eagerlyLoadedAssociations = [] this.__eagerlyLoadedAssociations = []
this.isNewRecord = options.isNewRecord this.isNewRecord = options.isNewRecord
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!