Skip to content

Commit 6941555

Browse files
committed
JSDoc/Docstrap generation - cleanup
- Reverted unecessary change
1 parent 6d274a3 commit 6941555

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/build/docstrap-master/template/publish.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ function buildNav( members ) {
287287

288288
nav.class.members.push( {
289289
link: linkto( c.longname, c.name ),
290-
depth: c.longname.split('.').length - 1,
291-
member: c
290+
depth: c.longname.split('.').length - 1
292291
} );
293292
}
294293
seen[c.longname] = true;

0 commit comments

Comments
 (0)