diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/carousel.js b/js/tests/unit/carousel.js index 932b90f7d..bafd45fe7 100644 --- a/js/tests/unit/carousel.js +++ b/js/tests/unit/carousel.js @@ -19,7 +19,7 @@ $(function () { var stylesCarousel = [ '<style>', - ' .carousel.pointer-event { -ms-touch-action: pan-y pinch-zoom; touch-action: pan-y pinch-zoom; }', + ' .carousel.pointer-event { -ms-touch-action: none; touch-action: none; }', '</style>' ].join('') |
