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:
@@ -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)')
|
||||
|
Reference in New Issue
Block a user