diff options
| author | Mark Otto <[email protected]> | 2018-07-23 19:25:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-24 08:54:34 -0700 |
| commit | 3b558734382ce58b51e5fc676453bfd53bba9201 (patch) | |
| tree | 2d84810c8b859fd34deb7e3a420f18b2fce30190 /js/src/modal.js | |
| parent | 72447ad4972105e920f1767f369b98a76dcfa107 (diff) | |
| download | bootstrap-4.1.3.tar.xz bootstrap-4.1.3.zip | |
Ship v4.1.3v4.1.3
Diffstat (limited to 'js/src/modal.js')
| -rw-r--r-- | js/src/modal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/modal.js b/js/src/modal.js index 735a1c416..ddcf370b6 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -3,7 +3,7 @@ import Util from './util' /** * -------------------------------------------------------------------------- - * Bootstrap (v4.1.2): modal.js + * Bootstrap (v4.1.3): modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ const Modal = (($) => { */ const NAME = 'modal' - const VERSION = '4.1.2' + const VERSION = '4.1.3' const DATA_KEY = 'bs.modal' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' |
