зеркало из https://github.com/mozilla/pjs.git
Per blake, because mac doesn't hae that object. r=ben sr=blake
This commit is contained in:
Родитель
6e970ed416
Коммит
321a8749f1
|
@ -39,7 +39,7 @@ function goQuitApplication()
|
|||
return false;
|
||||
}
|
||||
};
|
||||
if (!nativeAppSupport.isServerMode)
|
||||
if (!nativeAppSupport || !nativeAppSupport.isServerMode)
|
||||
appShell.Quit();
|
||||
return true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче