Per blake, because mac doesn't hae that object. r=ben sr=blake

This commit is contained in:
timeless%mac.com 2001-07-10 05:37:04 +00:00
Родитель 6e970ed416
Коммит 321a8749f1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,7 +39,7 @@ function goQuitApplication()
return false;
}
};
if (!nativeAppSupport.isServerMode)
if (!nativeAppSupport || !nativeAppSupport.isServerMode)
appShell.Quit();
return true;
}