Skip to content

Commit

Permalink
Tabs: Fixed event triggering for select method.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jun 14, 2012
1 parent d740e45 commit f1e1f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.tabs.js
Expand Up @@ -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 );
}
});

Expand Down

0 comments on commit f1e1f8a

Please sign in to comment.