mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 05:49:07 +02:00
Popover/Tooltip: streamline config property to start with underscore (#33381)
This commit is contained in:
@@ -112,7 +112,7 @@ class Popover extends Tooltip {
|
||||
}
|
||||
|
||||
_getContent() {
|
||||
return this._element.getAttribute('data-bs-content') || this.config.content
|
||||
return this._element.getAttribute('data-bs-content') || this._config.content
|
||||
}
|
||||
|
||||
_cleanTipClass() {
|
||||
|
Reference in New Issue
Block a user