diff options
Diffstat (limited to 'demos/widget/default.html')
-rw-r--r-- | demos/widget/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widget/default.html b/demos/widget/default.html index 444de83b6..0ffc67138 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -149,7 +149,7 @@ } }); - // click to set options after initalization + // click to set options after initialization $( "#black" ).click( function() { $( ":custom-colorize" ).colorize( "option", { red: 0, |