From 6fb584e7007bb7dc539d9c7266d17833c52a7830 Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 29 Mar 2012 14:59:19 -0700 Subject: Fixes #6979 - Several components are leaking variables into the global scope. --- ui/jquery.ui.tabs.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/jquery.ui.tabs.js') diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index 5bb544889..3fd6bef77 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -733,7 +733,6 @@ $.extend( $.ui.tabs.prototype, { } } : function( e ) { - t = o.selected; rotate(); }); -- cgit v1.2.3