Widget: Update demo to work with 1.6

This commit is contained in:
Jörn Zaefferer 2011-08-04 19:57:36 +02:00
parent 065aef537b
commit e55e1fb5bf

View File

@ -50,7 +50,7 @@
this.changer = $( "<button>", {
text: "change",
className: "custom-colorize-changer"
"class": "custom-colorize-changer"
})
.appendTo( this.element )
.button();