diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index fd14b2a1..c9ccc809 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -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'] diff --git a/docs/javascript.html b/docs/javascript.html index 0c911718..95784adc 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1821,7 +1821,7 @@ $('.carousel').carousel({ updater function returns selected item - The method used to return selected item. Accepts a single argument, the item and has the scope of the typeahead instance. + The method used to return selected item. Accepts a two arguments, the item and type which can be 'value' or 'text'. It has the scope of the typeahead instance. highlighter diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index bfc29bb2..b8ce260b 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1751,7 +1751,7 @@ $('.carousel').carousel({ {{_i}}updater{{/i}} {{_i}}function{{/i}} {{_i}}returns selected item{{/i}} - {{_i}}The method used to return selected item. Accepts a single argument, the item and has the scope of the typeahead instance.{{/i}} + {{_i}}The method used to return selected item. Accepts a two arguments, the item and type which can be 'value' or 'text'. It has the scope of the typeahead instance.{{/i}} {{_i}}highlighter{{/i}}