Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Sharma <rohit2sharma95@gmail.com>2020-10-02 14:58:59 +0300
committerGitHub <noreply@github.com>2020-10-02 14:58:59 +0300
commite4be0640eed2c98a8f0e1db3baa8c35a3de957ab (patch)
tree34a469c23d0b05e9eebf9b4e172f81a39fea3547 /site/content/docs/5.0/components/dropdowns.md
parentc5966de27395a407f9a3d20d0eb2ff8e8fb7b564 (diff)
Explain the "dispose" method appropriately (#30838)
Diffstat (limited to 'site/content/docs/5.0/components/dropdowns.md')
-rw-r--r--site/content/docs/5.0/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/dropdowns.md b/site/content/docs/5.0/components/dropdowns.md
index ca5064b508..fb200f267f 100644
--- a/site/content/docs/5.0/components/dropdowns.md
+++ b/site/content/docs/5.0/components/dropdowns.md
@@ -949,7 +949,7 @@ Note when `boundary` is set to any value other than `'scrollParent'`, the style
<tr>
<td><code>dispose</code></td>
<td>
- Destroys an element's dropdown.
+ Destroys an element's dropdown. (Removes stored data on the DOM element)
</td>
</tr>
<tr>