aboutsummaryrefslogtreecommitdiff
path: root/docs/components/dropdowns.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-05-24 14:44:16 +0200
committerJohann-S <[email protected]>2017-05-24 14:57:40 +0200
commitcc303d5d26338e4a6c6856c991204db996251a52 (patch)
tree69cf18e8cdd64caf3bf5610a77a250c0e674026c /docs/components/dropdowns.md
parent9e894991b01dd76ee32a90d5c91629b62e2d23e5 (diff)
downloadbootstrap-cc303d5d26338e4a6c6856c991204db996251a52.tar.xz
bootstrap-cc303d5d26338e4a6c6856c991204db996251a52.zip
Update Popper.js to 1.9.9
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 214248321..13f49a32f 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.4/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.9/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