2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-24 16:40:57 -06:00

IE8- fail with 'new' in same instance

See issue #1
This commit is contained in:
Ruben Almeida 2016-08-17 17:52:30 +02:00 committed by GitHub
parent 1eb3b0e06a
commit 5d592f6f4e

View File

@ -1158,9 +1158,9 @@
colors._rgb.b !== colors.rgb.b
] : [];
if (tmp.join('') !== cashedVars.outOfGammut) {
nodes.rgb_r_labl.firstChild.data = tmp[0] ? '!' : ' ';
nodes.rgb_g_labl.firstChild.data = tmp[1] ? '!' : ' ';
nodes.rgb_b_labl.firstChild.data = tmp[2] ? '!' : ' ';
nodes.rgb_r_labl.firstChild.data = tmp[0] ? '!' : '.';
nodes.rgb_g_labl.firstChild.data = tmp[1] ? '!' : '.';
nodes.rgb_b_labl.firstChild.data = tmp[2] ? '!' : '.';
cashedVars.outOfGammut = tmp.join('');
}
if (renderVars.noRGBZ) {