IE8- fail with 'new' in same instance

See issue #1
pull/47/head
Ruben Almeida 8 years ago committed by GitHub
parent 1eb3b0e06a
commit 5d592f6f4e

@ -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) {

Loading…
Cancel
Save