fixed an incorrect slash and a self closing span

This commit is contained in:
Klaus Hartl
2009-02-13 22:18:35 +00:00
parent 64b66a4d81
commit 82d7c67bd3

View File

@@ -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');