diff options
| author | Mark Otto <[email protected]> | 2014-05-12 21:17:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-12 21:17:53 -0700 |
| commit | fc462098113b869c5cff5ba907f8cf8ff0a3d9af (patch) | |
| tree | 0dceafb129d68647b7d0b2adc0e7b3ca653788eb /js/button.js | |
| parent | d03fd289d997fc7d8c16ce451f61a34265b48fc4 (diff) | |
| parent | 95f9184719c6a35db23a267361b2a8ec7d4d8a1c (diff) | |
| download | bootstrap-fc462098113b869c5cff5ba907f8cf8ff0a3d9af.tar.xz bootstrap-fc462098113b869c5cff5ba907f8cf8ff0a3d9af.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
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...' } |
