]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update new typeahead method docs to be a bit clearer. 3104/head
authorNirav Sanghani <nirav.sanghani@gmail.com>
Tue, 17 Apr 2012 00:27:34 +0000 (17:27 -0700)
committerNirav Sanghani <nirav.sanghani@gmail.com>
Tue, 17 Apr 2012 00:27:34 +0000 (17:27 -0700)
docs/javascript.html

index b6f7ce92e1b1dd9bae11017f5b8527c54cc3ee3e..2261e65b8252fca23752cf5bca94dad71f6a1f7e 100644 (file)
@@ -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>