aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-06-12 10:39:32 -0400
committerScott González <scott.gonzalez@gmail.com>2012-06-12 10:39:32 -0400
commit3d5c6183a3c4f177b747c37dc87579ff41e2305c (patch)
tree10dde98dbf5a6d720820f21c24cf7046be207238 /ui/jquery.ui.tabs.js
parent9ebeb0616a5ca556e507aecbe360f5dcec238737 (diff)
downloadjquery-ui-3d5c6183a3c4f177b747c37dc87579ff41e2305c.tar.gz
jquery-ui-3d5c6183a3c4f177b747c37dc87579ff41e2305c.zip
Tabs: Removed TODO about making .load() accept nodes; it's unnecessary.
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rw-r--r--ui/jquery.ui.tabs.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js
index e71b2a244..f3b27cf9d 100644
--- a/ui/jquery.ui.tabs.js
+++ b/ui/jquery.ui.tabs.js
@@ -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 );