1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 13:29:06 +02:00

Begin to use Popper for Dropdown

This commit is contained in:
Johann-S
2017-04-14 11:25:53 +02:00
parent d8996a7e0a
commit 54a8ab4011
4 changed files with 97 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ const Tooltip = (($) => {
/**
* Check for Popper dependency
* Tether - https://popper.js.org
* Popper - https://popper.js.org
*/
if (typeof Popper === 'undefined') {
throw new Error('Bootstrap tooltips require Popper (https://popper.js.org)')