diff options
| author | Jacob <[email protected]> | 2014-05-12 21:16:14 -0700 |
|---|---|---|
| committer | Jacob <[email protected]> | 2014-05-12 21:16:14 -0700 |
| commit | 95f9184719c6a35db23a267361b2a8ec7d4d8a1c (patch) | |
| tree | ecc8d99cea667048145c174030df35ed03f7e75d /js/button.js | |
| parent | 7e1f2994d10c6f5c2da4f7ec20cddf273e8b8b3d (diff) | |
| parent | f219fee07b14ea1d37e197b1d80f5c7a8e3bc186 (diff) | |
| download | bootstrap-95f9184719c6a35db23a267361b2a8ec7d4d8a1c.tar.xz bootstrap-95f9184719c6a35db23a267361b2a8ec7d4d8a1c.zip | |
Merge pull request #13578 from twbs/fat-versions
versions
Diffstat (limited to 'js/button.js')
| -rw-r--r-- | js/button.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/button.js b/js/button.js index bbce6690e..aa7145072 100644 --- a/js/button.js +++ b/js/button.js @@ -19,6 +19,8 @@ this.isLoading = false } + Button.VERSION = '3.1.1' + Button.DEFAULTS = { loadingText: 'loading...' } |
