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( $ ) {
|
(function( $ ) {
|
||||||
|
|
||||||
// TODO when mixing clicking menus and keyboard navigation, focus handling is broken
|
// TODO when mixing clicking menus and keyboard navigation, focus handling is broken
|
||||||
// there has to be just one item that has tabindex
|
// there has to be just one item that has tabindex
|
||||||
$.widget( "ui.menubar", {
|
$.widget( "ui.menubar", {
|
||||||
version: "@VERSION",
|
version: "@VERSION",
|
||||||
options: {
|
options: {
|
||||||
autoExpand: false,
|
autoExpand: false,
|
||||||
|
@ -322,6 +322,6 @@ $.widget( "ui.menubar", {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
}( jQuery ));
|
}( jQuery ));
|
||||||
|
|
Loading…
Reference in a new issue