Skip to content

Commit 44cd5d9

Browse files
committed
Tabs: Fixed reference to jQuery.
1 parent 75f6b5f commit 44cd5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ $.widget( "ui.tabs", {
332332
}
333333

334334
if ( !toHide.length && !toShow.length ) {
335-
jQuery.error( "jQuery UI Tabs: Mismatching fragment identifier." );
335+
$.error( "jQuery UI Tabs: Mismatching fragment identifier." );
336336
}
337337

338338
if ( toShow.length ) {

0 commit comments

Comments
 (0)