@@ -257,7 +257,7 @@ $.widget( "ui.tabs", {
257
257
return $ ( "<div></div>" )
258
258
. attr ( "id" , id )
259
259
. addClass ( "ui-tabs-panel ui-widget-content ui-corner-bottom" )
260
- . data ( "destroy. tabs" , true ) ;
260
+ . data ( "ui- tabs-destroy " , true ) ;
261
261
} ,
262
262
263
263
_setupDisabled : function ( disabled ) {
@@ -457,7 +457,7 @@ $.widget( "ui.tabs", {
457
457
. removeData ( "load.tabs" ) ;
458
458
459
459
this . lis . unbind ( ".tabs" ) . add ( this . panels ) . each ( function ( ) {
460
- if ( $ . data ( this , "destroy. tabs" ) ) {
460
+ if ( $ . data ( this , "ui- tabs-destroy " ) ) {
461
461
$ ( this ) . remove ( ) ;
462
462
} else {
463
463
$ ( this ) . removeClass ( [
@@ -755,7 +755,7 @@ if ( $.uiBackCompat !== false ) {
755
755
url . replace ( "#" , "" ) :
756
756
this . _tabId ( li . find ( "a" ) [ 0 ] ) ;
757
757
758
- li . addClass ( "ui-state-default ui-corner-top" ) . data ( "destroy. tabs" , true ) ;
758
+ li . addClass ( "ui-state-default ui-corner-top" ) . data ( "ui- tabs-destroy " , true ) ;
759
759
li . find ( "a" ) . attr ( "aria-controls" , id ) ;
760
760
761
761
var doInsertAfter = index >= this . lis . length ;
@@ -855,7 +855,7 @@ if ( $.uiBackCompat !== false ) {
855
855
return $ ( this . options . panelTemplate )
856
856
. attr ( "id" , id )
857
857
. addClass ( "ui-tabs-panel ui-widget-content ui-corner-bottom" )
858
- . data ( "destroy. tabs" , true ) ;
858
+ . data ( "ui- tabs-destroy " , true ) ;
859
859
}
860
860
} ) ;
861
861
0 commit comments