From 82d7c67bd345fe5e47ff9e9f28656daab7acf776 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Fri, 13 Feb 2009 22:18:35 +0000 Subject: [PATCH] fixed an incorrect slash and a self closing span --- demos/slider/side-scroll.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/slider/side-scroll.html b/demos/slider/side-scroll.html index 0900f0d65..a1911806b 100644 --- a/demos/slider/side-scroll.html +++ b/demos/slider/side-scroll.html @@ -41,8 +41,8 @@ .mouseup(function(){ scrollbar.width( '100%' ); }) - .append('') - .wrap('
').parent(); + .append('') + .wrap('
').parent(); //change overflow to hidden now that slider handles the scrolling scrollPane.css('overflow','hidden'); -- 2.39.5