Skip to content

Commit e55e1fb

Browse files
committed
Widget: Update demo to work with 1.6
1 parent 065aef5 commit e55e1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/widget/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
this.changer = $( "<button>", {
5252
text: "change",
53-
className: "custom-colorize-changer"
53+
"class": "custom-colorize-changer"
5454
})
5555
.appendTo( this.element )
5656
.button();

0 commit comments

Comments
 (0)