| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -160,7 +160,7 @@ <h4>Functions:</h4> | |||
| 160 | 160 | {%each functions as function%} | |
| 161 | 161 | <ul class="functions inner-block"> | |
| 162 | 162 | <li id="{{jsClassName}}/function/{{function.jsFunctionName}}"> | |
| 163 | - {%if function.isConstructorMethod%} | ||
| 163 | + {%if not function.isPrototypeMethod%} | ||
| 164 | 164 | <strong class="cName">{{jsClassName}}.</strong><strong class="name">{{function.jsFunctionName}}</strong> | |
| 165 | 165 | <p>{{{ function.description }}}</p> | |
| 166 | 166 | <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 | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | color: #FFF; | |
| 3 | 3 | list-style: none; | |
| 4 | 4 | padding-left: 0px; | |
| 5 | - width: 242px; | ||
| 5 | + width: 240px; | ||
| 6 | 6 | margin: 0; | |
| 7 | 7 | position: fixed; | |
| 8 | 8 | left: 0; | |
@@ -67,7 +67,6 @@ | |||
| 67 | 67 | position: relative; | |
| 68 | 68 | overflow-x: hidden; | |
| 69 | 69 | left: 225px; | |
| 70 | - background: #303030; | ||
| 71 | 70 | } | |
| 72 | 71 | ||
| 73 | 72 | .api-content .inner-content { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ h1 { | |||
| 15 | 15 | } | |
| 16 | 16 | ||
| 17 | 17 | html { | |
| 18 | - background-color: #3D3D3D; | ||
| 18 | + background-color: #383838; | ||
| 19 | 19 | height: 100%; | |
| 20 | 20 | } | |
| 21 | 21 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments