Update include.js

Change doc comments to remove spurious API doc entry per #1008
This commit is contained in:
Rand McKinney 2016-07-25 08:48:47 -07:00 committed by GitHub
parent 865b782caf
commit f1ed1ee023
1 changed files with 3 additions and 3 deletions

View File

@ -333,9 +333,9 @@ Inclusion.include = function(objects, include, options, cb) {
fields[relation.keyTo] = true;
}
/**
* call relation specific include functions
*/
//
// call relation specific include functions
//
if (relation.multiple) {
if (relation.modelThrough) {
//hasManyThrough needs separate handling