mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
add getters for Version and Default where applicable
add modal my gawd
This commit is contained in:
@@ -62,6 +62,14 @@ const Dropdown = (($) => {
|
||||
$(element).on(Event.CLICK, this.toggle)
|
||||
}
|
||||
|
||||
|
||||
// getters
|
||||
|
||||
static get VERSION() {
|
||||
return VERSION
|
||||
}
|
||||
|
||||
|
||||
// public
|
||||
|
||||
toggle() {
|
||||
|
||||
Reference in New Issue
Block a user