Even More general ignore for getAttribute

This commit is contained in:
slamm%netscape.com 1999-07-16 00:08:43 +00:00
Родитель 66bba695c0
Коммит 70d02a2f12
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@ $lxr_data_root = '/export2/lxr-data';
'declaration of \`ws\' shadows global', # from istream
'declaration of \`y0\' shadows global', # from mathcalls.h
'declaration of \`y1\' shadows global', # from mathcalls.h
'by \`nsHTML(?:Anchor|[^:]*Element)::SetAttribute', # kipp says this is bogus
'by \`nsHTML(?:Anchor|[^:]*Element)::(?:Set|Get)Attribute', # kipp says this is bogus
);
$ignore_pat = "(?:".join('|',@ignore).")";