From 3e6c584556e9c17fd3fd85014a69fb2795decc9c Mon Sep 17 00:00:00 2001 From: peterd Date: Mon, 18 Aug 2014 23:05:46 +0200 Subject: [PATCH] Copy/Paste error correction --- colorPicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorPicker.js b/colorPicker.js index 0cb51c0..2038905 100644 --- a/colorPicker.js +++ b/colorPicker.js @@ -127,7 +127,7 @@ return saveAsBackground(); }; - Colors.prototype.setCustomBackground = function(col) { + ColorPicker.prototype.setCustomBackground = function(col) { focusInstance(this); // needed??? return _colorInstance.setCustomBackground(col); };