aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.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.accordion.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.accordion.js')
-rw-r--r--ui/jquery.ui.accordion.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/jquery.ui.accordion.js b/ui/jquery.ui.accordion.js
index fc2b6bc57..3b515e314 100644
--- a/ui/jquery.ui.accordion.js
+++ b/ui/jquery.ui.accordion.js
@@ -169,7 +169,6 @@ $.widget( "ui.accordion", {
},
_keydown: function( event ) {
- /*jshint maxcomplexity:15*/
if ( event.altKey || event.ctrlKey ) {
return;
}