aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorNirav Sanghani <[email protected]>2012-04-16 17:27:34 -0700
committerNirav Sanghani <[email protected]>2012-04-16 17:27:34 -0700
commit031fa47f68f5655bf68f0c9ebf551f92028bf5d8 (patch)
treed399df215d96c08f7699211d72c887d9ae5c3561 /docs/javascript.html
parentd5a95315eb2aac641d3a28de9f92f75e56813149 (diff)
downloadbootstrap-031fa47f68f5655bf68f0c9ebf551f92028bf5d8.tar.xz
bootstrap-031fa47f68f5655bf68f0c9ebf551f92028bf5d8.zip
Update new typeahead method docs to be a bit clearer.
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index b6f7ce92e..2261e65b8 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1493,8 +1493,8 @@ $('.carousel').carousel({
<tr>
<td>updater</td>
<td>function</td>
- <td>updates input with selection</td>
- <td>Method used to update input contents. Accepts a single argument <code>item</code> and has the scope of the typeahead instance. Should return a string.</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>