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" ) .removeClass( "ui-tabs-anchor" )
.removeAttr( "role" ) .removeAttr( "role" )
.removeAttr( "tabIndex" ) .removeAttr( "tabIndex" )
.removeData( "href.tabs" )
.removeData( "load.tabs" )
.removeUniqueId(); .removeUniqueId();
this.tabs.add( this.panels ).each(function() { this.tabs.add( this.panels ).each(function() {