2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Popover/Tooltip: streamline config property to start with underscore (#33381)

This commit is contained in:
GeoSot
2021-05-12 12:15:59 +03:00
committed by GitHub
parent 15d0105393
commit 9a9e22475c
3 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -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() {