From 44cd5d9186c95e50dafe6a3dfd167b547da7fefe Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 21 May 2012 08:31:38 -0400 Subject: Tabs: Fixed reference to jQuery. --- ui/jquery.ui.tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- cgit v1.2.3