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

Commit 90eec52e by Lemon

Comment clarification. Appeasing Travis

1 parent e249d58a
Showing with 1 additions and 0 deletions
......@@ -70,6 +70,7 @@ module.exports = (function() {
})
var unassociatedObjects = newAssociations.filter(function (obj) {
// Return only those associations that are new
return !Utils._.find(oldAssociations, function (old) {
return ((targetKeys.length === 1) ? obj[targetKeys[0]] === old[targetKeys[0]] : obj.id === old.id)
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!