2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-22 23:52:37 -06:00

Merge pull request #38 from lafsar/patch-1

jqColor.js line 118
This commit is contained in:
Peter Dematté 2016-03-11 20:24:18 +01:00
commit e6dad61eeb

View File

@ -115,7 +115,7 @@
$colorPicker.css({
'position': 'absolute',
'left': position.left + options.margin.left,
'top': position.top + +$input.outerHeight(true) + options.margin.top
'top': position.top + $input.outerHeight(true) + options.margin.top
});
if (!multiple) {
options.input = elm;
@ -218,4 +218,4 @@
(options.secure ? '; secure' : '');
}
};
})(jQuery, this);
})(jQuery, this);