diff options
| author | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
| commit | 6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (patch) | |
| tree | 36f9dee99ecdeca0d4e651f95c4b81ff9599e7b1 /js/dist/modal.js | |
| parent | 26e6d8b2b28555e2c0e3cdd02e98550420265771 (diff) | |
| download | bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.tar.xz bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.zip | |
dist
Diffstat (limited to 'js/dist/modal.js')
| -rw-r--r-- | js/dist/modal.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/modal.js b/js/dist/modal.js index 5bfdba695..877111bf2 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); |
