Tabs: Removed some legacy code that isn't doing anything.

This commit is contained in:
Scott González 2012-11-16 16:57:36 -05:00
parent 23f7e30c77
commit 3541c54082

View File

@ -684,8 +684,6 @@ $.widget( "ui.tabs", {
.removeClass( "ui-tabs-anchor" )
.removeAttr( "role" )
.removeAttr( "tabIndex" )
.removeData( "href.tabs" )
.removeData( "load.tabs" )
.removeUniqueId();
this.tabs.add( this.panels ).each(function() {