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

@@ -169,7 +169,7 @@
, 'popovers.less': ['match:js', 'bootstrap-popover.js']
, 'modals.less': ['match:js', 'bootstrap-modal.js']
, 'dropdowns.less': ['match:js', 'bootstrap-dropdown.js']
, 'accordion.less': ['match:js', 'bootstrap-accordion.js']
, 'accordion.less': ['match:js', 'bootstrap-collapse.js']
, 'carousel.less': ['match:js', 'bootstrap-carousel.js']
, 'rowlink.less': ['match:js', 'bootstrap-rowlink.js']
, 'fileupload.less': ['match:js', 'bootstrap-fileupload.js']

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>

View File

@@ -1751,7 +1751,7 @@ $('.carousel').carousel({
<td>{{_i}}updater{{/i}}</td>
<td>{{_i}}function{{/i}}</td>
<td>{{_i}}returns selected item{{/i}}</td>
<td>{{_i}}The method used to return selected item. Accepts a single argument, the <code>item</code> and has the scope of the typeahead instance.{{/i}}</td>
<td>{{_i}}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.{{/i}}</td>
</tr>
<tr>
<td>{{_i}}highlighter{{/i}}</td>