Tabs: Fixed event triggering for select method.

This commit is contained in:
Scott González
2012-06-14 13:42:02 -04:00
parent d740e450aa
commit f1e1f8ae15

View 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 );
}
});