mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-20 20:08:03 -05:00
Fix missing accordion CSS when customizing. Fixes #71.
Fix typeahead docs, function options. Fixes #73
This commit is contained in:
@@ -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']
|
||||
|
||||
@@ -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>
|
||||
|
||||
2
docs/templates/pages/javascript.mustache
vendored
2
docs/templates/pages/javascript.mustache
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user