aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-16 17:36:03 -0700
committerJacob Thornton <[email protected]>2012-04-16 17:36:03 -0700
commitf3cf4cbaae8c3b3aaed299b63d1773d85cd7789a (patch)
tree73653cfc9a175b306ee45dff2d6b5722789c498a /docs/javascript.html
parentba202d77baa35125a521224d9a55ec013fc3ccfa (diff)
downloadbootstrap-f3cf4cbaae8c3b3aaed299b63d1773d85cd7789a.tar.xz
bootstrap-f3cf4cbaae8c3b3aaed299b63d1773d85cd7789a.zip
rebuild
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 2261e65b8..7ad42ae81 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1490,12 +1490,6 @@ $('.carousel').carousel({
<td>highlights all default matches</td>
<td>Method used to highlight autocomplete results. Accepts a single argument <code>item</code> and has the scope of the typeahead instance. Should return html.</td>
</tr>
- <tr>
- <td>updater</td>
- <td>function</td>
- <td>replaces contents of text input with typeahead selection</td>
- <td>Method used to update contents of text input. Accepts a single argument, the <code>item</code> selected from the typeahead, and has the scope of the typeahead instance. Should return a string.</td>
- </tr>
</tbody>
</table>