2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-01 15:11:03 -06:00
This commit is contained in:
peterd 2015-02-08 15:13:21 +01:00
parent 4c04b30b0e
commit 85c232f79d

View File

@ -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}'});