File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 5656 ctor . functions = ctor . functions || ctor . fields ;
5757 }
5858
59- ( ctor . functions || [ ] ) . forEach ( function ( func ) {
59+ ( ctor . functions || [ ] ) . filter ( Boolean ) . forEach ( function ( func ) {
6060 var isPrototype = func . isPrototypeMethod ? "#" : "." ;
6161 anchor . find ( ".subnav" ) . append ( "<a href='#" + ctor . jsClassName + "/function/" + func . jsFunctionName + "'><li>" + ctor . jsClassName + isPrototype + func . jsFunctionName + "</li></a>" ) ;
6262 } ) ;
63-
64- ( ctor . fields || [ ] ) . forEach ( function ( field ) {
65- var isPrototype = "#" ;
66- anchor . find ( ".subnav" ) . append ( "<a href='#" + ctor . jsClassName + "/function/" + func . jsFunctionName + "'><li>" + ctor . jsClassName + isPrototype + func . jsFunctionName + "</li></a>" ) ;
67- } ) ;
6863 } ) ;
6964
7065 // Size the navigation bar correctly.
You can’t perform that action at this time.
0 commit comments