Skip to content

Commit f1e1f8a

Browse files
committed
Tabs: Fixed event triggering for select method.
1 parent d740e45 commit f1e1f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ if ( $.uiBackCompat !== false ) {
12101210
return;
12111211
}
12121212
}
1213-
this.anchors.eq( index ).trigger( this.options.event + ".tabs" );
1213+
this.anchors.eq( index ).trigger( this.options.event + this.eventNamespace );
12141214
}
12151215
});
12161216

0 commit comments

Comments
 (0)