diff options
| author | fat <[email protected]> | 2015-05-10 19:45:38 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2015-05-10 19:45:38 -0700 |
| commit | ca9c850ebbfc880dc5021b451ffc9fa12184ff87 (patch) | |
| tree | 8db34e73d402c3f71fd2e8c853b7fddf6cee33d6 /js/src/button.js | |
| parent | bbb97a8660639002e70b1786e595ef9171bfecc6 (diff) | |
| download | bootstrap-ca9c850ebbfc880dc5021b451ffc9fa12184ff87.tar.xz bootstrap-ca9c850ebbfc880dc5021b451ffc9fa12184ff87.zip | |
add getters for Version and Default where applicable
add modal my gawd
Diffstat (limited to 'js/src/button.js')
| -rw-r--r-- | js/src/button.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/src/button.js b/js/src/button.js index 0f1dab2af..7520de2f6 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -52,6 +52,14 @@ const Button = (($) => { this._element = element } + + // getters + + static get VERSION() { + return VERSION + } + + // public toggle() { |
