aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2011-01-17 19:28:49 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2011-01-17 19:28:49 +0100
commitff62bdf61a6ba7beb3de7c9919c7a39da07821bc (patch)
treee98136978c74a8791aacf17bc8be4712b3cea27a /ui/jquery.ui.tabs.js
parent0bbfbd431c8701adb8ed8caf439eaa73216628e0 (diff)
parent6e84a8b8f446eb5d1787666ea698678aeab59c71 (diff)
downloadjquery-ui-ff62bdf61a6ba7beb3de7c9919c7a39da07821bc.tar.gz
jquery-ui-ff62bdf61a6ba7beb3de7c9919c7a39da07821bc.zip
Merge branch 'master' of github.com:jquery/jquery-ui
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rwxr-xr-xui/jquery.ui.tabs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js
index 82da51d5b..8ab3bdf40 100755
--- a/ui/jquery.ui.tabs.js
+++ b/ui/jquery.ui.tabs.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Tabs @VERSION
*
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
@@ -216,7 +216,7 @@ $.widget( "ui.tabs", {
// seems to be expected behavior that the show callback is fired
self.element.queue( "tabs", function() {
self._trigger( "show", null,
- self._ui( self.anchors[ o.selected ], self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ) ) );
+ self._ui( self.anchors[ o.selected ], self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) )[ 0 ] ) );
});
this.load( o.selected );