mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
fixed an incorrect slash and a self closing span
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user