mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 05:19:15 +02:00
add getters for Version and Default where applicable
add modal my gawd
This commit is contained in:
@@ -52,6 +52,14 @@ const Button = (($) => {
|
||||
this._element = element
|
||||
}
|
||||
|
||||
|
||||
// getters
|
||||
|
||||
static get VERSION() {
|
||||
return VERSION
|
||||
}
|
||||
|
||||
|
||||
// public
|
||||
|
||||
toggle() {
|
||||
|
Reference in New Issue
Block a user