1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 21:39:08 +02: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

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()