]> source.dussan.org Git - jquery-ui.git/commitdiff
Menu tests: Removed trigger option.
authorScott González <scott.gonzalez@gmail.com>
Wed, 18 Jan 2012 21:51:43 +0000 (16:51 -0500)
committerScott González <scott.gonzalez@gmail.com>
Wed, 18 Jan 2012 21:51:43 +0000 (16:51 -0500)
tests/unit/menu/menu_defaults.js

index 3d7ec297f0ee7700f82d00e206adbe7baeaee57c..bf41fb999f2c82ff9f09ac57fb41767adf8db1a4 100644 (file)
@@ -1,12 +1,11 @@
 commonWidgetTests( "menu", {
        defaults: {
                disabled: false,
+               menus: "ul",
                position: {
                        my: "left top",
                        at: "right top"
                },
-               menus: "ul",
-               trigger: null,
 
                // callbacks
                create: null