aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/jquery.ui.tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js
index aed4ba8fb..9edaaf17b 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 );
}
});