]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: Fixed event triggering for select method.
authorScott González <scott.gonzalez@gmail.com>
Thu, 14 Jun 2012 17:42:02 +0000 (13:42 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 14 Jun 2012 17:42:02 +0000 (13:42 -0400)
ui/jquery.ui.tabs.js

index aed4ba8fbde609b40b7b4775b96f5ad2d0d59e5d..9edaaf17be00ec188bf5c15b29a03d5d69e4c000 100644 (file)
@@ -1210,7 +1210,7 @@ if ( $.uiBackCompat !== false ) {
                                        return;
                                }
                        }
-                       this.anchors.eq( index ).trigger( this.options.event + ".tabs" );
+                       this.anchors.eq( index ).trigger( this.options.event + this.eventNamespace );
                }
        });