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-05 13:59:13 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-05 13:59:13 +0300
commitb7b448a0e73a48b5a74779cac1cca1603a43d33e (patch)
tree87a29c3d9d27b8e022abbe9cd51aec4c353bcbea /js/dist/modal.js
parent75c39f9138ea95e8d472812117b13f1ed7978157 (diff)
Run `grunt`.
[ci skip]
Diffstat (limited to 'js/dist/modal.js')
-rw-r--r--js/dist/modal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/modal.js b/js/dist/modal.js
index ffdab8be26..fe2de13f0e 100644
--- a/js/dist/modal.js
+++ b/js/dist/modal.js
@@ -6,7 +6,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.0.0): modal.js
+ * Bootstrap (v4.0.0-alpha): modal.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -20,7 +20,7 @@ var Modal = (function ($) {
*/
var NAME = 'modal';
- var VERSION = '4.0.0';
+ var VERSION = '4.0.0-alpha';
var DATA_KEY = 'bs.modal';
var EVENT_KEY = '.' + DATA_KEY;
var DATA_API_KEY = '.data-api';