diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-11-16 16:57:36 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-11-16 16:57:36 -0500 |
commit | 3541c5408203557b389625115fd1eddab99006bc (patch) | |
tree | ba5c13c609dfeb5e8cb64bd29a77779ac74d86ec /ui | |
parent | 23f7e30c77820904cc1813fc8b54b809b352a551 (diff) | |
download | jquery-ui-3541c5408203557b389625115fd1eddab99006bc.tar.gz jquery-ui-3541c5408203557b389625115fd1eddab99006bc.zip |
Tabs: Removed some legacy code that isn't doing anything.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.tabs.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index e557c6cec..0b6480123 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -684,8 +684,6 @@ $.widget( "ui.tabs", { .removeClass( "ui-tabs-anchor" ) .removeAttr( "role" ) .removeAttr( "tabIndex" ) - .removeData( "href.tabs" ) - .removeData( "load.tabs" ) .removeUniqueId(); this.tabs.add( this.panels ).each(function() { |