]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: Removed TODO about making .load() accept nodes; it's unnecessary.
authorScott González <scott.gonzalez@gmail.com>
Tue, 12 Jun 2012 14:39:32 +0000 (10:39 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 12 Jun 2012 14:39:32 +0000 (10:39 -0400)
ui/jquery.ui.tabs.js

index e71b2a244666527aff22ebc0d8a4dd5120c565fb..f3b27cf9d813ecb53b9098d6ee977b3f750216a4 100644 (file)
@@ -575,7 +575,6 @@ $.widget( "ui.tabs", {
                }
 
                if ( toShow.length ) {
-                       // TODO make passing in node possible
                        this.load( this.tabs.index( tab ), event );
                }
                this._toggle( event, eventData );