1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

Tweak Esc key comment in modal.js

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-05-31 02:19:56 -07:00
parent 166daf498a
commit 5dcd1a743d

View File

@@ -25,7 +25,7 @@ const Modal = (($) => {
const JQUERY_NO_CONFLICT = $.fn[NAME]
const TRANSITION_DURATION = 300
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 = {
backdrop : true,