mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Remove totaly Tether from documentation + dependencies
This commit is contained in:
+3
-3
@@ -17,7 +17,7 @@ const Dropdown = (($) => {
|
||||
* Popper - https://popper.js.org
|
||||
*/
|
||||
if (typeof Popper === 'undefined') {
|
||||
throw new Error('Bootstrap dropdown require Popper (https://popper.js.org)')
|
||||
throw new Error('Bootstrap dropdown require Popper.js (https://popper.js.org)')
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -75,8 +75,8 @@ const Dropdown = (($) => {
|
||||
}
|
||||
|
||||
const DefaultType = {
|
||||
placement : 'string',
|
||||
offset : 'number'
|
||||
placement : 'string',
|
||||
offset : '(number|string)'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user