Merge branch 'v4-dev' into docs-bundle-js

This commit is contained in:
Giovanni Totaro - aka Vanni 2017-10-30 17:23:05 +01:00 committed by GitHub
commit 8f1540d16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View 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). 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. Destroys an element's carousel.

View 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). 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. Destroys an element's collapse.

View 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 %} {% highlight js %}$('#myModal').modal('handleUpdate'){% endhighlight %}
### `.modal('dispose')` #### `.modal('dispose')`
Destroys an element's modal. Destroys an element's modal.

View File

@ -583,7 +583,7 @@ Selects the given tab and shows its associated pane. Any other tab that was prev
$('#someTab').tab('show') $('#someTab').tab('show')
{% endhighlight %} {% endhighlight %}
### .tab('dispose') #### .tab('dispose')
Destroys an element's tab. Destroys an element's tab.

View File

@ -280,7 +280,7 @@ $('[data-spy="scroll"]').each(function () {
}) })
{% endhighlight %} {% endhighlight %}
### `.scrollspy('dispose')` #### `.scrollspy('dispose')`
Destroys an element's scrollspy. Destroys an element's scrollspy.