]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: Fixed reference to jQuery.
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 12:31:38 +0000 (08:31 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 12:31:38 +0000 (08:31 -0400)
ui/jquery.ui.tabs.js

index c0490e48e266b798e10414854653c3e15205113f..98c4a67db758ed319cfcb81a857cff37aba52c76 100644 (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 ) {