diff options
| author | Jacob Thornton <[email protected]> | 2015-08-18 20:33:57 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2015-08-18 20:33:57 -0700 |
| commit | fd65b9f32ef0aab74fc8ad9631fecccf0b843bf6 (patch) | |
| tree | f57dfb019e3bbe2a14103d6ecbdcd655aafb88ad /js/dist/button.js | |
| parent | 8cfde5ef29756a433645c61b2ba8fec63caada78 (diff) | |
| download | bootstrap-fd65b9f32ef0aab74fc8ad9631fecccf0b843bf6.tar.xz bootstrap-fd65b9f32ef0aab74fc8ad9631fecccf0b843bf6.zip | |
some minor alert shit
Diffstat (limited to 'js/dist/button.js')
| -rw-r--r-- | js/dist/button.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/dist/button.js b/js/dist/button.js index 391809d3f..3158f46bd 100644 --- a/js/dist/button.js +++ b/js/dist/button.js @@ -25,7 +25,6 @@ var Button = (function ($) { var EVENT_KEY = '.' + DATA_KEY; var DATA_API_KEY = '.data-api'; var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 150; var ClassName = { ACTIVE: 'active', |
