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:
authorJohann-S <johann.servoire@gmail.com>2016-12-23 13:56:09 +0300
committerBardi Harborow <bardi@bardiharborow.com>2016-12-23 14:56:55 +0300
commitb0508a975d711d6b24c01f57dd5445c22699fac4 (patch)
treec70084f24f9100685b5bbed4167a2c01401de20a /js/src/carousel.js
parentdab6a41e049de64653c8b91c28acf212137b0452 (diff)
Closes: #21412: Fix unit test for carousel
Diffstat (limited to 'js/src/carousel.js')
-rw-r--r--js/src/carousel.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/carousel.js b/js/src/carousel.js
index 78f8eb468b..9a1a668b2c 100644
--- a/js/src/carousel.js
+++ b/js/src/carousel.js
@@ -241,7 +241,6 @@ const Carousel = (($) => {
if (/input|textarea/i.test(event.target.tagName)) {
return
}
- event.preventDefault()
switch (event.which) {
case ARROW_LEFT_KEYCODE: