Skip to content

Commit 3d5c618

Browse files
committed
Tabs: Removed TODO about making .load() accept nodes; it's unnecessary.
1 parent 9ebeb06 commit 3d5c618

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.tabs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ $.widget( "ui.tabs", {
575575
}
576576

577577
if ( toShow.length ) {
578-
// TODO make passing in node possible
579578
this.load( this.tabs.index( tab ), event );
580579
}
581580
this._toggle( event, eventData );

0 commit comments

Comments
 (0)