2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-07-18 23:44:30 -06:00

Copy/Paste error correction

This commit is contained in:
peterd 2014-08-18 23:05:46 +02:00
parent 1cf8948a7d
commit 3e6c584556

View File

@ -127,7 +127,7 @@
return saveAsBackground();
};
Colors.prototype.setCustomBackground = function(col) {
ColorPicker.prototype.setCustomBackground = function(col) {
focusInstance(this); // needed???
return _colorInstance.setCustomBackground(col);
};