From 3541c5408203557b389625115fd1eddab99006bc Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 16 Nov 2012 16:57:36 -0500 Subject: Tabs: Removed some legacy code that isn't doing anything. --- ui/jquery.ui.tabs.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui') 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() { -- cgit v1.2.3