]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix bad title for our dispose method in our documentation
authorJohann-S <johann.servoire@gmail.com>
Mon, 30 Oct 2017 13:51:46 +0000 (14:51 +0100)
committerJohann-S <johann.servoire@gmail.com>
Mon, 30 Oct 2017 14:46:39 +0000 (15:46 +0100)
docs/4.0/components/carousel.md
docs/4.0/components/collapse.md
docs/4.0/components/modal.md
docs/4.0/components/navs.md
docs/4.0/components/scrollspy.md

index af26482674519b45b6a59c59a9f54ae0e82cfdb7..570594db2f07db5665b4df2eb7ba40751c3877dc 100644 (file)
@@ -263,7 +263,7 @@ Cycles to the previous item. **Returns to the caller before the previous item ha
 
 Cycles to the next item. **Returns to the caller before the next item has been shown** (i.e. before the `slid.bs.carousel` event occurs).
 
-### `.carousel('dispose')`
+#### `.carousel('dispose')`
 
 Destroys an element's carousel.
 
index cd0a7d4e5f56f31ae8e16c8bdc615273b31bf3a7..d072217600e57ea0b246dc28ed18bc73d2190adf 100644 (file)
@@ -226,7 +226,7 @@ Shows a collapsible element. **Returns to the caller before the collapsible elem
 
 Hides a collapsible element. **Returns to the caller before the collapsible element has actually been hidden** (i.e. before the `hidden.bs.collapse` event occurs).
 
-### `.collapse('dispose')`
+#### `.collapse('dispose')`
 
 Destroys an element's collapse.
 
index b9ebc4ad4bb0d559cc797155b11e62f88dca7541..214ed01169ea526f944d138425179737c964a55b 100644 (file)
@@ -633,7 +633,7 @@ Manually readjust the modal's position if the height of a modal changes while it
 
 {% highlight js %}$('#myModal').modal('handleUpdate'){% endhighlight %}
 
-### `.modal('dispose')`
+#### `.modal('dispose')`
 
 Destroys an element's modal.
 
index 36e87b2796ffa22c2d3119c2c1d343091f839c1c..f0baa0707bc70cf0e909b9939f7c2e6737686d7b 100644 (file)
@@ -583,7 +583,7 @@ Selects the given tab and shows its associated pane. Any other tab that was prev
 $('#someTab').tab('show')
 {% endhighlight %}
 
-### .tab('dispose')
+#### .tab('dispose')
 
 Destroys an element's tab.
 
index ef528b0f02dff523455829a426826e8857c57d50..3c5c16fcec83a830a71bcbcc15877784b7bca783 100644 (file)
@@ -280,7 +280,7 @@ $('[data-spy="scroll"]').each(function () {
 })
 {% endhighlight %}
 
-### `.scrollspy('dispose')`
+#### `.scrollspy('dispose')`
 
 Destroys an element's scrollspy.