зеркало из https://github.com/mozilla/pjs.git
Regression test for bug 324688, fix Components detection
This commit is contained in:
Родитель
22a0fad103
Коммит
530fc366cd
|
@ -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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче