Redo whitespace / indentation for menubar.js
This commit is contained in:
parent
26c6c083c4
commit
6cb4b86fd0
8
tailbone/static/js/lib/jquery.ui.menubar.js
vendored
8
tailbone/static/js/lib/jquery.ui.menubar.js
vendored
|
@ -15,9 +15,9 @@
|
|||
*/
|
||||
(function( $ ) {
|
||||
|
||||
// TODO when mixing clicking menus and keyboard navigation, focus handling is broken
|
||||
// there has to be just one item that has tabindex
|
||||
$.widget( "ui.menubar", {
|
||||
// TODO when mixing clicking menus and keyboard navigation, focus handling is broken
|
||||
// there has to be just one item that has tabindex
|
||||
$.widget( "ui.menubar", {
|
||||
version: "@VERSION",
|
||||
options: {
|
||||
autoExpand: false,
|
||||
|
@ -322,6 +322,6 @@ $.widget( "ui.menubar", {
|
|||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
}( jQuery ));
|
||||
|
|
Loading…
Reference in a new issue