diff options
| author | XhmikosR <[email protected]> | 2019-02-10 22:25:51 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-11 08:54:17 +0200 |
| commit | bbf8b768ef97127b66165ed24496ae6429189a72 (patch) | |
| tree | d8a55e7afecfbc950e28736f7775bf0247d929c1 /site/docs/4.2/components/dropdowns.md | |
| parent | 7a9a8db7b1772fab450ce1cb45b1b31bc3147f82 (diff) | |
| download | bootstrap-bbf8b768ef97127b66165ed24496ae6429189a72.tar.xz bootstrap-bbf8b768ef97127b66165ed24496ae6429189a72.zip | |
Cosmetic changes in snippets.
Diffstat (limited to 'site/docs/4.2/components/dropdowns.md')
| -rw-r--r-- | site/docs/4.2/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/components/dropdowns.md b/site/docs/4.2/components/dropdowns.md index 2b5ee2014..417d9f5ea 100644 --- a/site/docs/4.2/components/dropdowns.md +++ b/site/docs/4.2/components/dropdowns.md @@ -904,6 +904,6 @@ All dropdown events are fired at the `.dropdown-menu`'s parent element and have {% highlight js %} $('#myDropdown').on('show.bs.dropdown', function () { - // do something… + // do something... }) {% endhighlight %} |
