Skip to content

Commit 3dcade0

Browse files
authored
Update api.md
Fix for formatting errors on methods table
1 parent 51ebd65 commit 3dcade0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/api.md

-12
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,9 @@ var selectize = $select[0].selectize;
7676
<td valign="top"><code>refreshOptions(triggerDropdown)</code></td>
7777
<td valign="top">Refreshes the list of available options shown in the autocomplete dropdown menu.</td>
7878
</tr>
79-
80-
8179
<tr>
8280
<th valign="top" colspan="3" align="left"><a href="#methods_items" name="methods_items">Items</a></th>
8381
</tr>
84-
8582
<tr>
8683
<th valign="top" width="120px" align="left">Method</th>
8784
<th valign="top" align="left">Description</th>
@@ -110,12 +107,9 @@ var selectize = $select[0].selectize;
110107
<td valign="top"><code>refreshItems()</code></td>
111108
<td valign="top">Re-renders the selected item lists.</td>
112109
</tr>
113-
114-
115110
<tr>
116111
<th valign="top" colspan="3" align="left"><a href="#methods_items" name="methods_optgroups">Optgroups</a></th>
117112
</tr>
118-
119113
<tr>
120114
<th valign="top" width="120px" align="left">Method</th>
121115
<th valign="top" align="left">Description</th>
@@ -155,12 +149,9 @@ var selectize = $select[0].selectize;
155149
<td valign="top"><code>trigger(event, ...)</code></td>
156150
<td valign="top">Triggers event listeners.</td>
157151
</tr>
158-
159-
160152
<tr>
161153
<th valign="top" colspan="3" align="left"><a href="#methods_dropdown" name="methods_dropdown">Dropdown</a></th>
162154
</tr>
163-
164155
<tr>
165156
<th valign="top" width="120px" align="left">Method</th>
166157
<th valign="top" align="left">Description</th>
@@ -177,12 +168,9 @@ var selectize = $select[0].selectize;
177168
<td valign="top"><code>positionDropdown()</code></td>
178169
<td valign="top">Calculates and applies the appropriate position of the dropdown.</td>
179170
</tr>
180-
181-
182171
<tr>
183172
<th valign="top" colspan="3" align="left"><a href="#methods_other" name="methods_other">Other</a></th>
184173
</tr>
185-
186174
<tr>
187175
<th valign="top" width="120px" align="left">Method</th>
188176
<th valign="top" align="left">Description</th>

0 commit comments

Comments
 (0)