diff options
author | felix <felix8a@gmail.com> | 2012-03-29 14:59:19 -0700 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-03-29 18:12:47 -0400 |
commit | 6fb584e7007bb7dc539d9c7266d17833c52a7830 (patch) | |
tree | 49363a28343e96046ca43dbedaae9cdf22df805c /ui/jquery.ui.tabs.js | |
parent | c45911c98df6af6bb679fe256ae23bab4e7f036f (diff) | |
download | jquery-ui-6fb584e7007bb7dc539d9c7266d17833c52a7830.tar.gz jquery-ui-6fb584e7007bb7dc539d9c7266d17833c52a7830.zip |
Fixes #6979 - Several components are leaking variables into the global scope.
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rw-r--r-- | ui/jquery.ui.tabs.js | 1 |
1 files changed, 0 insertions, 1 deletions
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(); }); |