mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-08 00:32:35 -06:00
typo correction (appendTo)
This commit is contained in:
parent
0515274c60
commit
62f0dc4912
@ -121,7 +121,7 @@
|
|||||||
colorPicker.saveAsBackground();
|
colorPicker.saveAsBackground();
|
||||||
}
|
}
|
||||||
colorPickers.current = colorPickers[index];
|
colorPickers.current = colorPickers[index];
|
||||||
$(options.appenTo || document.body).append($colorPicker);
|
$(options.appendTo || document.body).append($colorPicker);
|
||||||
setTimeout(function() { // compensating late style on onload in colorPicker
|
setTimeout(function() { // compensating late style on onload in colorPicker
|
||||||
$colorPicker.show(colorPicker.color.options.animationSpeed);
|
$colorPicker.show(colorPicker.color.options.animationSpeed);
|
||||||
}, 0);
|
}, 0);
|
||||||
|
@ -185,7 +185,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
return this;
|
return window.jsColorPicker.colorPickers;
|
||||||
};
|
};
|
||||||
|
|
||||||
window.ColorPicker.docCookies = function(key, val, options) {
|
window.ColorPicker.docCookies = function(key, val, options) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user