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( $ ) { (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 ));