diff options
| author | Chris Rebert <[email protected]> | 2015-03-16 08:39:31 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-16 08:39:31 -0700 |
| commit | 4d652035dcf8fd42783dc466605e4c5d045e11fc (patch) | |
| tree | 4de6a77d9cf3a8b4ed715679555e2f61c2d37edd /js/modal.js | |
| parent | 66ceae7b753137376ee00cd5a68004b7831c6eb9 (diff) | |
| download | bootstrap-4d652035dcf8fd42783dc466605e4c5d045e11fc.tar.xz bootstrap-4d652035dcf8fd42783dc466605e4c5d045e11fc.zip | |
v3.3.2 => v3.3.4
Diffstat (limited to 'js/modal.js')
| -rw-r--r-- | js/modal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/modal.js b/js/modal.js index 13bcf0af8..c1eb2a852 100644 --- a/js/modal.js +++ b/js/modal.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: modal.js v3.3.2 + * Bootstrap: modal.js v3.3.4 * http://getbootstrap.com/javascript/#modals * ======================================================================== * Copyright 2011-2015 Twitter, Inc. @@ -33,7 +33,7 @@ } } - Modal.VERSION = '3.3.2' + Modal.VERSION = '3.3.4' Modal.TRANSITION_DURATION = 300 Modal.BACKDROP_TRANSITION_DURATION = 150 |
