mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-07 08:12:36 -06:00
typo correction (appendTo)
This commit is contained in:
parent
0515274c60
commit
62f0dc4912
@ -121,7 +121,7 @@
|
||||
colorPicker.saveAsBackground();
|
||||
}
|
||||
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
|
||||
$colorPicker.show(colorPicker.color.options.animationSpeed);
|
||||
}, 0);
|
||||
|
@ -185,7 +185,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
return this;
|
||||
return window.jsColorPicker.colorPickers;
|
||||
};
|
||||
|
||||
window.ColorPicker.docCookies = function(key, val, options) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user