mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Merge branch 'master' of github.com:jquery/jquery-ui
This commit is contained in:
commit
c2f9677252
@ -3,7 +3,11 @@
|
||||
*/
|
||||
|
||||
var menu_defaults = {
|
||||
disabled: false
|
||||
disabled: false,
|
||||
position: {
|
||||
my: "left top",
|
||||
at: "right top"
|
||||
}
|
||||
};
|
||||
|
||||
commonWidgetTests('menu', { defaults: menu_defaults });
|
||||
|
Loading…
Reference in New Issue
Block a user