File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ <h4>Functions:</h4>
160160 { % each functions as function % }
161161 < ul class = "functions inner-block" >
162162 < li id = "{{jsClassName}}/function/{{function.jsFunctionName}}" >
163- { % if function . isConstructorMethod % }
163+ { % if not function . isPrototypeMethod % }
164164 < strong class = "cName" > { { jsClassName} } .</ strong > < strong class = "name" > { { function . jsFunctionName} } </ strong >
165165 < p > { { { function . description } } } </ p >
166166< pre class = "function language-javascript" > < code > { { jsClassName } } .{ { function . jsFunctionName } } ({ % each function . args | realArgs as arg % } { { arg. name | addComma arg i } } { % endeach % } );</ code > </ pre >
Original file line number Diff line number Diff line change 22 color : # FFF ;
33 list-style : none;
44 padding-left : 0px ;
5- width : 242 px ;
5+ width : 240 px ;
66 margin : 0 ;
77 position : fixed;
88 left : 0 ;
6767 position : relative;
6868 overflow-x : hidden;
6969 left : 225px ;
70- background : # 303030 ;
7170}
7271
7372.api-content .inner-content {
Original file line number Diff line number Diff line change 1515}
1616
1717html {
18- background-color : # 3D3D3D ;
18+ background-color : # 383838 ;
1919 height : 100% ;
2020}
2121
You can’t perform that action at this time.
0 commit comments