mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 119294 - fix JS strict warning
r=walk84 not in the build
This commit is contained in:
parent
541c71e055
commit
257dd45db1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user