Regression test for bug 324688, fix Components detection

This commit is contained in:
bclary%bclary.com 2006-02-15 18:39:16 +00:00
Родитель 22a0fad103
Коммит 530fc366cd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -43,7 +43,7 @@ var summary = 'No Syntax Error when trailing space and XML.ignoreWhitespace true
var actual = 'No Error';
var expect = 'No Error';
if (Components)
if (typeof Components != 'undefined')
{
try
{