Bug 119294 - fix JS strict warning

r=walk84
not in the build
This commit is contained in:
samuel%sieb.net 2002-01-31 03:40:12 +00:00
parent 541c71e055
commit 257dd45db1

View File

@ -630,7 +630,7 @@ function mircChangeColor (colorInfo, containerTag, data)
delete data.currFgColor;
if (ary.length >= 4)
{
bgColor = ary[3];
var bgColor = ary[3];
if (bgColor > 16)
bgColor &= 16;
if (bgColor.length == 1)