Skip to content

Commit f1ed1ee

Browse files
author
Rand McKinney
authored
Update include.js
Change doc comments to remove spurious API doc entry per #1008
1 parent 865b782 commit f1ed1ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/include.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ Inclusion.include = function(objects, include, options, cb) {
333333
fields[relation.keyTo] = true;
334334
}
335335

336-
/**
337-
* call relation specific include functions
338-
*/
336+
//
337+
// call relation specific include functions
338+
//
339339
if (relation.multiple) {
340340
if (relation.modelThrough) {
341341
//hasManyThrough needs separate handling

0 commit comments

Comments
 (0)