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

Commit ef41cb1a by Mick Hansen

traviz

1 parent ff96051e
Showing with 1 additions and 1 deletions
......@@ -12,7 +12,7 @@ module.exports = (function() {
this.__options = this.__factory.options
this.options = options
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.__eagerlyLoadedAssociations = []
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!