jqColor.js line 118

minor correction - duplicate '+' sign
pull/38/head
lafsar 8 years ago
parent 81fd6d4363
commit 9a00599af5

@ -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;

Loading…
Cancel
Save