2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Explain the "dispose" method appropriately (#30838)

This commit is contained in:
Rohit Sharma
2020-10-02 17:28:59 +05:30
committed by GitHub
parent c5966de273
commit e4be0640ee
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ var carousel = new bootstrap.Carousel(myCarousel, {
</tr>
<tr>
<td><code>dispose</code></td>
<td>Destroys an element's carousel.</td>
<td>Destroys an element's carousel. (Removes stored data on the DOM element)</td>
</tr>
<tr>
<td><code>getInstance</code></td>