mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-07-21 17:04:35 -06:00
Copy/Paste error correction
This commit is contained in:
parent
1cf8948a7d
commit
3e6c584556
@ -127,7 +127,7 @@
|
|||||||
return saveAsBackground();
|
return saveAsBackground();
|
||||||
};
|
};
|
||||||
|
|
||||||
Colors.prototype.setCustomBackground = function(col) {
|
ColorPicker.prototype.setCustomBackground = function(col) {
|
||||||
focusInstance(this); // needed???
|
focusInstance(this); // needed???
|
||||||
return _colorInstance.setCustomBackground(col);
|
return _colorInstance.setCustomBackground(col);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user