diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index aed4ba8fbd..9edaaf17be 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -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 ); } });