Skip to content

Commit

Permalink
Closes: #21412: Fix unit test for carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S authored and bardiharborow committed Dec 23, 2016
1 parent dab6a41 commit b0508a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ const Carousel = (($) => {
if (/input|textarea/i.test(event.target.tagName)) {
return
}
event.preventDefault()

switch (event.which) {
case ARROW_LEFT_KEYCODE:
Expand Down

0 comments on commit b0508a9

Please sign in to comment.