From a36012ad974edc09645962ab43c7f52f2b41c0ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 31 Jan 2013 09:16:54 -0500 Subject: [PATCH] Sortable demo: Fix use of tabs API. --- demos/sortable/connect-lists-through-tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/sortable/connect-lists-through-tabs.html b/demos/sortable/connect-lists-through-tabs.html index 07906d5bf..10ac6e2f0 100644 --- a/demos/sortable/connect-lists-through-tabs.html +++ b/demos/sortable/connect-lists-through-tabs.html @@ -30,7 +30,7 @@ .find( ".connectedSortable" ); ui.draggable.hide( "slow", function() { - $tabs.tabs( "select", $tab_items.index( $item ) ); + $tabs.tabs( "option", "active", $tab_items.index( $item ) ); $( this ).appendTo( $list ).show( "slow" ); }); } -- 2.39.5