Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-12-24 13:50:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-24 13:50:15 +0300
commit612ff4f5d13adf58347ce6ee981d799f72503815 (patch)
tree0f15d33ede9f81b45b9ca489772bf041bc2f1051 /js/dist/modal.js
parent53bc3ffbf3c72796f7aeb59fa95189ae1c8103f7 (diff)
Run `grunt`.
[ci skip]
Diffstat (limited to 'js/dist/modal.js')
-rw-r--r--js/dist/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/modal.js b/js/dist/modal.js
index eb27694f3b..a909474818 100644
--- a/js/dist/modal.js
+++ b/js/dist/modal.js
@@ -20,7 +20,7 @@ var Modal = (function ($) {
*/
var NAME = 'modal';
- var VERSION = '4.0.0-alpha';
+ var VERSION = '4.0.0-alpha.2';
var DATA_KEY = 'bs.modal';
var EVENT_KEY = '.' + DATA_KEY;
var DATA_API_KEY = '.data-api';