mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Tabs: Fixed reference to jQuery.
This commit is contained in:
parent
75f6b5f188
commit
44cd5d9186
2
ui/jquery.ui.tabs.js
vendored
2
ui/jquery.ui.tabs.js
vendored
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user