Fix missing accordion CSS when customizing. Fixes #71.

Fix typeahead docs, function options. Fixes #73
This commit is contained in:
Arnold Daniels
2013-02-20 02:30:57 +01:00
parent 695c18090a
commit aa559571bb
3 changed files with 3 additions and 3 deletions

View File

@@ -1821,7 +1821,7 @@ $('.carousel').carousel({
<td>updater</td>
<td>function</td>
<td>returns selected item</td>
<td>The method used to return selected item. Accepts a single argument, the <code>item</code> and has the scope of the typeahead instance.</td>
<td>The method used to return selected item. Accepts a two arguments, the <code>item</code> and <code>type</code> which can be 'value' or 'text'. It has the scope of the typeahead instance.</td>
</tr>
<tr>
<td>highlighter</td>