diff options
| author | Mark Otto <[email protected]> | 2014-10-29 08:56:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-29 08:56:20 -0700 |
| commit | 94b59b57d6cae8ba6503b3040d361a4efda5cdc6 (patch) | |
| tree | 4430a07fb4dee5037359c5736d979bb48c0574b7 /js/button.js | |
| parent | a369a0a72981d8bb68257889e077ad5b51d64cb5 (diff) | |
| download | bootstrap-94b59b57d6cae8ba6503b3040d361a4efda5cdc6.tar.xz bootstrap-94b59b57d6cae8ba6503b3040d361a4efda5cdc6.zip | |
version bump
Diffstat (limited to 'js/button.js')
| -rw-r--r-- | js/button.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/button.js b/js/button.js index 7a449980a..2be02341d 100644 --- a/js/button.js +++ b/js/button.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: button.js v3.2.0 + * Bootstrap: button.js v3.3.0 * http://getbootstrap.com/javascript/#buttons * ======================================================================== * Copyright 2011-2014 Twitter, Inc. @@ -19,7 +19,7 @@ this.isLoading = false } - Button.VERSION = '3.2.0' + Button.VERSION = '3.3.0' Button.DEFAULTS = { loadingText: 'loading...' |
