Skip to content

Commit

Permalink
fixed an incorrect slash and a self closing span
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Hartl committed Feb 13, 2009
1 parent 64b66a4 commit 82d7c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/slider/side-scroll.html
Expand Up @@ -41,8 +41,8 @@
.mouseup(function(){
scrollbar.width( '100%' );
})
.append('<span class="ui-icon ui-icon-grip-dotted-vertical"/>')
.wrap('<div class="ui-handle-helper-parent" /></div>').parent();
.append('<span class="ui-icon ui-icon-grip-dotted-vertical"></span>')
.wrap('<div class="ui-handle-helper-parent"></div>').parent();

//change overflow to hidden now that slider handles the scrolling
scrollPane.css('overflow','hidden');
Expand Down

0 comments on commit 82d7c67

Please sign in to comment.