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-09-10 02:59:37 +0300
committerMark Otto <markdotto@gmail.com>2017-09-10 02:59:37 +0300
commitd8a5147c380fe142ee97fa2489f05afe2ed5a614 (patch)
tree1025945777bfd6a17aa433c6277a7821a68aa62d /js/dist/modal.js
parentcad22335ede2d2d9d0242f86cd859752bbfb14ea (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 c3482de57c..ad9b70eb9f 100644
--- a/js/dist/modal.js
+++ b/js/dist/modal.js
@@ -74,14 +74,14 @@ var Modal = function () {
FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top',
STICKY_CONTENT: '.sticky-top',
NAVBAR_TOGGLER: '.navbar-toggler'
+ };
- /**
- * ------------------------------------------------------------------------
- * Class Definition
- * ------------------------------------------------------------------------
- */
+ /**
+ * ------------------------------------------------------------------------
+ * Class Definition
+ * ------------------------------------------------------------------------
+ */
- };
var Modal = function () {
function Modal(element, config) {
_classCallCheck(this, Modal);