2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Extract Component config functionality to a separate class (#33872)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
GeoSot
2021-12-10 18:18:18 +02:00
committed by GitHub
parent 68f226750d
commit 886b940796
18 changed files with 283 additions and 240 deletions
+4 -4
View File
@@ -60,6 +60,10 @@ class Popover extends Tooltip {
return Default
}
static get DefaultType() {
return DefaultType
}
static get NAME() {
return NAME
}
@@ -68,10 +72,6 @@ class Popover extends Tooltip {
return Event
}
static get DefaultType() {
return DefaultType
}
// Overrides
_isWithContent() {
return this._getTitle() || this._getContent()