aboutsummaryrefslogtreecommitdiff
path: root/docs/components/dropdowns.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-05-17 14:09:14 +0200
committerJohann-S <[email protected]>2017-05-17 14:22:10 +0200
commitdd78950d0a6a1586ae91b7f702980bc682f0df55 (patch)
treee04903309b4903ad9aa2c9502736c28b915b1622 /docs/components/dropdowns.md
parentba2352c14ee1524a44e26f3b2393d4ed3195d99f (diff)
downloadbootstrap-dd78950d0a6a1586ae91b7f702980bc682f0df55.tar.xz
bootstrap-dd78950d0a6a1586ae91b7f702980bc682f0df55.zip
Update Popper.js 1.9.4
Diffstat (limited to 'docs/components/dropdowns.md')
-rw-r--r--docs/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md
index a3d253dfb..214248321 100644
--- a/docs/components/dropdowns.md
+++ b/docs/components/dropdowns.md
@@ -16,7 +16,7 @@ Dropdowns are toggleable, contextual overlays for displaying lists of links and
Things to know when using the popover plugin:
-- Dropdown rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.3/umd/popper.min.js) before bootstrap.js in order for dropdowns to work!
+- Dropdown rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.4/umd/popper.min.js) before bootstrap.js in order for dropdowns to work!
- Popper.js handle natively the flip of Dropdown when it's outside the viewport, if you want to disable that's behavior use `flip` attribute
## Examples