diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 08:31:38 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 08:31:38 -0400 |
commit | 44cd5d9186c95e50dafe6a3dfd167b547da7fefe (patch) | |
tree | c4a961a23691185683f37885994f612f55105460 /ui/jquery.ui.tabs.js | |
parent | 75f6b5f1886ae84884d2bffd6ea03c6e6ed9ff28 (diff) | |
download | jquery-ui-44cd5d9186c95e50dafe6a3dfd167b547da7fefe.tar.gz jquery-ui-44cd5d9186c95e50dafe6a3dfd167b547da7fefe.zip |
Tabs: Fixed reference to jQuery.
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rw-r--r-- | ui/jquery.ui.tabs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index c0490e48e..98c4a67db 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 ) { |