aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-04-29 23:40:26 +0200
committerFelix Nagel <info@felixnagel.com>2013-04-29 23:40:26 +0200
commit6640925db2f326932bc7d2ef76f4cd96930e92bd (patch)
treecc45853ac7e22d55ca59de17156ea167ce6f14c8 /ui/jquery.ui.tabs.js
parentf96ee5e0488e28445fc4ebcc254dfa10aad2b1c9 (diff)
parent5c0a6aaeb7fac32950ddc44870295d5983ece15d (diff)
downloadjquery-ui-6640925db2f326932bc7d2ef76f4cd96930e92bd.tar.gz
jquery-ui-6640925db2f326932bc7d2ef76f4cd96930e92bd.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rw-r--r--ui/jquery.ui.tabs.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js
index 918108d61..992bd41b2 100644
--- a/ui/jquery.ui.tabs.js
+++ b/ui/jquery.ui.tabs.js
@@ -150,7 +150,6 @@ $.widget( "ui.tabs", {
},
_tabKeydown: function( event ) {
- /*jshint maxcomplexity:15*/
var focusedTab = $( this.document[0].activeElement ).closest( "li" ),
selectedIndex = this.tabs.index( focusedTab ),
goingForward = true;