Tabs: Remove aria-controls attribute during destroy

This commit is contained in:
kborchers 2012-05-29 22:25:23 -05:00
parent 5c96d817be
commit 9f59d01fdc

View File

@ -488,7 +488,8 @@ $.widget( "ui.tabs", {
"ui-tabs-panel",
"ui-widget-content",
"ui-corner-bottom"
].join( " " ) );
].join( " " ) )
.removeAttr( "aria-controls" );
}
});