aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tabs.js')
-rw-r--r--ui/tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tabs.js b/ui/tabs.js
index 59f958196..40668f837 100644
--- a/ui/tabs.js
+++ b/ui/tabs.js
@@ -481,7 +481,7 @@ return $.widget( "ui.tabs", {
// allow overriding how to find the list for rare usage scenarios (#7715)
_getList: function() {
- return this.tablist || this.element.find( "ol,ul" ).eq( 0 );
+ return this.tablist || this.element.find( "ol, ul" ).eq( 0 );
},
_createPanel: function( id ) {