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:
authorMark Otto <markdotto@gmail.com>2017-08-13 22:59:27 +0300
committerMark Otto <markdotto@gmail.com>2017-08-13 22:59:27 +0300
commit2be34d5ce9ba1e4b03e534775e692f7de0267156 (patch)
treea2e81221f9c2b2d249acac0e8395ba3be5136ac9 /js/dist/modal.js
parent30e27e79423255a351c0ee670b0c9aae0eb1a9ff (diff)
dist
Diffstat (limited to 'js/dist/modal.js')
-rw-r--r--js/dist/modal.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/modal.js b/js/dist/modal.js
index 877111bf25..5bfdba695a 100644
--- a/js/dist/modal.js
+++ b/js/dist/modal.js
@@ -71,14 +71,14 @@ var Modal = function ($) {
DATA_DISMISS: '[data-dismiss="modal"]',
FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top',
NAVBAR_TOGGLER: '.navbar-toggler'
+ };
- /**
- * ------------------------------------------------------------------------
- * Class Definition
- * ------------------------------------------------------------------------
- */
+ /**
+ * ------------------------------------------------------------------------
+ * Class Definition
+ * ------------------------------------------------------------------------
+ */
- };
var Modal = function () {
function Modal(element, config) {
_classCallCheck(this, Modal);