typo correction (appendTo)

pull/16/head
peterd 9 years ago
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…
Cancel
Save