diff options
author | gnarf <gnarf@gnarf.net> | 2011-05-04 01:38:41 -0500 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-05-04 01:38:41 -0500 |
commit | d61e0656c59761cf9729d2aacbc16d74e576a440 (patch) | |
tree | 436fa7641aa06435fcbf49b3f3d88caf849a99f6 /ui/jquery.ui.menu.js | |
parent | c5c65dbac60463d04a6c34a3c0e3e9ce5a846a43 (diff) | |
parent | f5ee22c74a2e0e48b686a94838e12cbb9b45c99c (diff) | |
download | jquery-ui-d61e0656c59761cf9729d2aacbc16d74e576a440.tar.gz jquery-ui-d61e0656c59761cf9729d2aacbc16d74e576a440.zip |
Merge branch 'master' into effects-unit
Diffstat (limited to 'ui/jquery.ui.menu.js')
-rw-r--r-- | ui/jquery.ui.menu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.menu.js b/ui/jquery.ui.menu.js index 0f585d976..0841018af 100644 --- a/ui/jquery.ui.menu.js +++ b/ui/jquery.ui.menu.js @@ -177,7 +177,7 @@ $.widget("ui.menu", { .andSelf() .removeClass( "ui-menu ui-widget ui-widget-content ui-corner-all" ) .removeAttr( "role" ) - .removeAttr("id") + .removeAttr("tabIndex") .removeAttr( "aria-labelledby" ) .removeAttr( "aria-expanded" ) .removeAttr( "aria-hidden" ) |