mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 21:24:42 +00:00
Tweak Esc key comment in modal.js
[skip sauce] [skip validator]
This commit is contained in:
parent
166daf498a
commit
5dcd1a743d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const Modal = (($) => {
|
||||||
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
||||||
const TRANSITION_DURATION = 300
|
const TRANSITION_DURATION = 300
|
||||||
const BACKDROP_TRANSITION_DURATION = 150
|
const BACKDROP_TRANSITION_DURATION = 150
|
||||||
const ESCAPE_KEYCODE = 27 // Escape (Esc) key
|
const ESCAPE_KEYCODE = 27 // KeyboardEvent.which value for Escape (Esc) key
|
||||||
|
|
||||||
const Default = {
|
const Default = {
|
||||||
backdrop : true,
|
backdrop : true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue