2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Simplify spread (#24774)

This commit is contained in:
Vasilii Artemchuk
2017-11-15 11:44:17 +03:00
committed by Johann-S
parent c81ce9fdf4
commit 2cafb9f127
2 changed files with 10 additions and 16 deletions
+2 -4
View File
@@ -503,10 +503,8 @@ const Tooltip = (($) => {
if (this.config.selector) {
this.config = {
...this.config,
...{
trigger : 'manual',
selector : ''
}
trigger : 'manual',
selector : ''
}
} else {
this._fixTitle()