]> source.dussan.org Git - jquery-ui.git/commitdiff
Selectmenu Tests: remove widthMenu option and rename widthButton option to width
authorFelix Nagel <info@felixnagel.com>
Wed, 23 Oct 2013 22:17:22 +0000 (00:17 +0200)
committerFelix Nagel <info@felixnagel.com>
Wed, 23 Oct 2013 22:17:22 +0000 (00:17 +0200)
tests/unit/selectmenu/selectmenu_common.js

index d5addff9a7a83f26661108a27e5c4cec6537c4f4..93b526bd82bb4ed4b8ae39de7cac06e4ba2cfe41 100644 (file)
@@ -10,8 +10,7 @@ TestHelpers.commonWidgetTests( "selectmenu", {
                        at: "left bottom",
                        collision: "none"
                },
-               widthButton: null,
-               widthMenu: null,
+               width: null,
 
                // callbacks
                create: null,