aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tabs/sortable.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tabs/sortable.html')
-rw-r--r--demos/tabs/sortable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tabs/sortable.html b/demos/tabs/sortable.html
index 9888cff77..81ae22a25 100644
--- a/demos/tabs/sortable.html
+++ b/demos/tabs/sortable.html
@@ -22,7 +22,7 @@
stop: function(event, ui) {
tabs.tabs( "refresh" );
if (previouslyFocused) {
- ui.item.focus();
+ ui.item.trigger( "focus" );
}
}
});