From 85c232f79d7469580985181623b16ce1d41fceeb Mon Sep 17 00:00:00 2001 From: peterd Date: Sun, 8 Feb 2015 15:13:21 +0100 Subject: [PATCH] demo fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 06ffdd9..4bc113e 100644 --- a/index.html +++ b/index.html @@ -556,7 +556,7 @@ window.myColorPicker = $('input.color').colorPicker({ } }; - plugin.dev_skinned_hh = $.extend(plugin.dev_skinned, + plugin.dev_skinned_hh = $.extend({}, plugin.dev_skinned, {cssAddon: plugin.dev_skinned.cssAddon + '.cp-xy-slider{height:100px}' + '.cp-z-slider{height:100px}'});