Update include.js
Change doc comments to remove spurious API doc entry per #1008
This commit is contained in:
parent
865b782caf
commit
f1ed1ee023
|
@ -333,9 +333,9 @@ Inclusion.include = function(objects, include, options, cb) {
|
||||||
fields[relation.keyTo] = true;
|
fields[relation.keyTo] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
//
|
||||||
* call relation specific include functions
|
// call relation specific include functions
|
||||||
*/
|
//
|
||||||
if (relation.multiple) {
|
if (relation.multiple) {
|
||||||
if (relation.modelThrough) {
|
if (relation.modelThrough) {
|
||||||
//hasManyThrough needs separate handling
|
//hasManyThrough needs separate handling
|
||||||
|
|
Loading…
Reference in New Issue