1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 06:03:10 +02:00

add getters for Version and Default where applicable

add modal my gawd
This commit is contained in:
fat
2015-05-10 19:45:38 -07:00
parent bbb97a8660
commit ca9c850ebb
29 changed files with 1114 additions and 1153 deletions

View File

@@ -62,6 +62,14 @@ const Dropdown = (($) => {
$(element).on(Event.CLICK, this.toggle)
}
// getters
static get VERSION() {
return VERSION
}
// public
toggle() {