Copy/Paste error correction

pull/16/head
peterd 10 years ago
parent 1cf8948a7d
commit 3e6c584556

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

Loading…
Cancel
Save