From 57d18cd6b7a3d5a6a1b3436481a2fbe1d835eb29 Mon Sep 17 00:00:00 2001 From: Scott González Date: Sat, 28 Apr 2012 17:36:38 -0400 Subject: Removed some unused variables. --- ui/jquery.ui.tabs.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ui/jquery.ui.tabs.js') diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index e42bcb1a2..026c50993 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -167,7 +167,6 @@ $.widget( "ui.tabs", { refresh: function() { var next, - that = this, options = this.options, lis = this.list.children( ":has(a[href])" ); @@ -362,7 +361,6 @@ $.widget( "ui.tabs", { // handles show/hide for selecting tabs _toggle: function( event, eventData ) { var that = this, - options = that.options, toShow = eventData.newPanel, toHide = eventData.oldPanel; @@ -434,8 +432,6 @@ $.widget( "ui.tabs", { }, _destroy: function() { - var o = this.options; - if ( this.xhr ) { this.xhr.abort(); } @@ -517,7 +513,6 @@ $.widget( "ui.tabs", { load: function( index, event ) { index = this._getIndex( index ); var that = this, - options = this.options, anchor = this.anchors.eq( index ), panel = that._getPanelForTab( anchor ), eventData = { -- cgit v1.2.3