Skip to content

Commit 8cd4b74

Browse files
Update functions.md
1 parent 9d5b517 commit 8cd4b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apireference/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Finds contrast between base color and two optional first and second colors and r
189189
| <code>firstColor</code> | string | <code></code> | First color. |
190190
| <code>secondColor</code> | string | <code></code> | Second color. |
191191

192-
<code>indexOf(vector, item, compFunc)</code>
192+
<code><a name="123">indexOf(vector, item, compFunc)</a></code>
193193

194194
Searches specified item in the array
195195

@@ -245,4 +245,4 @@ Callback function to measure item weights of merged arrays.
245245

246246
| Param | Type | Default | Description |
247247
| --- | --- | --- | --- |
248-
| <code>item</code> | object | <code></code> | The item to weight |
248+
| <code>item</code> | object | <code></code> | The item to weight |

0 commit comments

Comments
 (0)