2
0
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:
Johann-S
2017-04-18 14:02:24 +02:00
parent c4b4d534a4
commit d5fabf8de5
28 changed files with 92 additions and 58 deletions
+3 -3
View File
@@ -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)'
}