Skip to content

Commit b865d59

Browse files
committed
Button: fix incorrect option name in demo
1 parent d95139e commit b865d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/button/icons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
$(function() {
1414
$( ".widget button:first" ).button({
1515
icon: "ui-icon-gear",
16-
text: false
16+
showLabel: false
1717
}).next().button({
1818
icon: "ui-icon-triangle-1-w"
1919
}).next().button({

0 commit comments

Comments
 (0)