From 6a07139c40c3238b3ec187d81d2d901342da38c3 Mon Sep 17 00:00:00 2001 From: Michael Mathews Date: Thu, 15 Oct 2009 11:24:00 +0100 Subject: [PATCH] Added case where bare text is in the caraousel item. [ticket #146] --- manualtests/widgets/carousel/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manualtests/widgets/carousel/index.html b/manualtests/widgets/carousel/index.html index 0fe8925..f6f2487 100755 --- a/manualtests/widgets/carousel/index.html +++ b/manualtests/widgets/carousel/index.html @@ -89,7 +89,7 @@

Carousel with looping, size and step

    -
  1. +
  2. Some Bare Text
  3. @@ -108,7 +108,7 @@

    Carousel with looping, size and step

    { size: 5, step: 2, - loop: true, + loop: false, vertical: urlOpts.vertical, theme: urlOpts.theme }