From: Nirav Sanghani Date: Tue, 17 Apr 2012 00:27:34 +0000 (-0700) Subject: Update new typeahead method docs to be a bit clearer. X-Git-Tag: v2.0.3~5^2~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3104%2Fhead;p=thirdparty%2Fbootstrap.git Update new typeahead method docs to be a bit clearer. --- diff --git a/docs/javascript.html b/docs/javascript.html index b6f7ce92e1..2261e65b82 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1493,8 +1493,8 @@ $('.carousel').carousel({ updater function - updates input with selection - Method used to update input contents. Accepts a single argument item and has the scope of the typeahead instance. Should return a string. + replaces contents of text input with typeahead selection + Method used to update contents of text input. Accepts a single argument, the item selected from the typeahead, and has the scope of the typeahead instance. Should return a string.