2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-02 22:02:38 -06:00

fixed typo for actionCallback

This commit is contained in:
peterd 2016-02-20 11:00:56 +01:00
parent 557f47285a
commit 81fd6d4363
4 changed files with 7 additions and 7 deletions

4
color.all.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -866,7 +866,7 @@
} }
_nodes.memos[0].style.cssText = _nodes.memo_store.style.cssText; _nodes.memos[0].style.cssText = _nodes.memo_store.style.cssText;
} }
buttonAction = 'toMemery'; buttonAction = 'toMemory';
} else { // reset color from memo } else { // reset color from memo
resetBlink(); resetBlink();
_colorPicker.setColor(target.style.backgroundColor, 'rgb', target.style.opacity || 1); _colorPicker.setColor(target.style.backgroundColor, 'rgb', target.style.opacity || 1);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long