diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-10 12:07:00 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-10 12:07:00 -0400 |
commit | 566c5f40582effbb393e4890f2992c952702ab1d (patch) | |
tree | 7c9a3aec57ec3e585246ad245af726df18bf36dc /tests | |
parent | dc689139ea22dc3341cc1da3df5c7b5f5e907627 (diff) | |
download | jquery-ui-566c5f40582effbb393e4890f2992c952702ab1d.tar.gz jquery-ui-566c5f40582effbb393e4890f2992c952702ab1d.zip |
Menu: Alphabetize options.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/menu/menu_common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/menu/menu_common.js b/tests/unit/menu/menu_common.js index 02e0befe8..2ab32ac05 100644 --- a/tests/unit/menu/menu_common.js +++ b/tests/unit/menu/menu_common.js @@ -1,13 +1,13 @@ TestHelpers.commonWidgetTests( "menu", { defaults: { disabled: false, + icon: "ui-icon-carat-1-e", menus: "ul", position: { my: "left top", at: "right top" }, role: "menu", - icon: "ui-icon-carat-1-e", // callbacks blur: null, |