diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index c0490e48e2..98c4a67db7 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -332,7 +332,7 @@ $.widget( "ui.tabs", { } if ( !toHide.length && !toShow.length ) { - jQuery.error( "jQuery UI Tabs: Mismatching fragment identifier." ); + $.error( "jQuery UI Tabs: Mismatching fragment identifier." ); } if ( toShow.length ) {