From 40042ee5039a2c21e3709dabeebcdc493f4a71cb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 23 Aug 2021 18:33:55 +0300 Subject: visual tests: minor fixes (#34802) --- js/tests/visual/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/visual/carousel.html') diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index 2a7f793f6..561b6ce5a 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -60,7 +60,7 @@ // Test to show that transition-duration can be changed with css carousel.addEventListener('slid.bs.carousel', function (event) { t1 = performance.now() - console.log('transition-duration took ' + (t1 - t0) + 'ms, slid at ', event.timeStamp) + console.log('transition-duration took ' + (t1 - t0) + 'ms, slid at ' + event.timeStamp) }) carousel.addEventListener('slide.bs.carousel', function () { t0 = performance.now() -- cgit v1.2.3