From f42a759b32668d22cdcf5dc9ad49df0e096f8151 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 30 Mar 2016 18:59:18 -0400 Subject: Tabs: Fix line length violations Ref gh-1690 --- ui/widgets/tabs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/widgets') diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js index a35386541..a0a967c56 100644 --- a/ui/widgets/tabs.js +++ b/ui/widgets/tabs.js @@ -733,7 +733,8 @@ $.widget( "ui.tabs", { // meta-function to give users option to provide a href string instead of a numerical index. if ( typeof index === "string" ) { - index = this.anchors.index( this.anchors.filter( "[href$='" + $.ui.escapeSelector( index ) + "']" ) ); + index = this.anchors.index( this.anchors.filter( "[href$='" + + $.ui.escapeSelector( index ) + "']" ) ); } return index; -- cgit v1.2.3