Tabs: Fixed reference to jQuery.

This commit is contained in:
Scott González 2012-05-21 08:31:38 -04:00
parent 75f6b5f188
commit 44cd5d9186

View File

@ -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 ) {