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:
+2
-2
@@ -17,7 +17,7 @@ const Tooltip = (($) => {
|
||||
* Popper - https://popper.js.org
|
||||
*/
|
||||
if (typeof Popper === 'undefined') {
|
||||
throw new Error('Bootstrap tooltips require Popper (https://popper.js.org)')
|
||||
throw new Error('Bootstrap tooltips require Popper.js (https://popper.js.org)')
|
||||
}
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ const Tooltip = (($) => {
|
||||
html : 'boolean',
|
||||
selector : '(string|boolean)',
|
||||
placement : '(string|function)',
|
||||
offset : 'number',
|
||||
offset : '(number|string)',
|
||||
container : '(string|element|boolean)'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user