diff options
Diffstat (limited to 'tests/visual/tooltip')
-rw-r--r-- | tests/visual/tooltip/tooltip.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/visual/tooltip/tooltip.html b/tests/visual/tooltip/tooltip.html index 9453190d7..a5e12b944 100644 --- a/tests/visual/tooltip/tooltip.html +++ b/tests/visual/tooltip/tooltip.html @@ -72,15 +72,11 @@ $( "#button1" ).button(); $( "#button2" ).button({ - icons: { - primary: "ui-icon-wrench" - } + icon: "ui-icon-wrench" }); $( "#button3, #button4" ).button({ - icons: { - primary: "ui-icon-wrench" - }, - text: false + icon: "ui-icon-wrench", + showLabel: false }); $( "#buttons" ).tooltip({ position: { |