Skip to content

Commit a36012a

Browse files
committed
Sortable demo: Fix use of tabs API.
1 parent c193a0c commit a36012a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/sortable/connect-lists-through-tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.find( ".connectedSortable" );
3131

3232
ui.draggable.hide( "slow", function() {
33-
$tabs.tabs( "select", $tab_items.index( $item ) );
33+
$tabs.tabs( "option", "active", $tab_items.index( $item ) );
3434
$( this ).appendTo( $list ).show( "slow" );
3535
});
3636
}

0 commit comments

Comments
 (0)