Redo whitespace / indentation for menubar.js

This commit is contained in:
Lance Edgar 2016-10-16 21:37:38 -05:00
parent 26c6c083c4
commit 6cb4b86fd0

View file

@ -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 ));