aboutsummaryrefslogtreecommitdiffstats
path: root/demos/widget
diff options
context:
space:
mode:
Diffstat (limited to 'demos/widget')
-rw-r--r--demos/widget/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widget/default.html b/demos/widget/default.html
index 4dad912c2..7c6d766e5 100644
--- a/demos/widget/default.html
+++ b/demos/widget/default.html
@@ -50,7 +50,7 @@
this.changer = $( "<button>", {
text: "change",
- className: "custom-colorize-changer"
+ "class": "custom-colorize-changer"
})
.appendTo( this.element )
.button();