зеркало из https://github.com/mozilla/pjs.git
Bug 322305 - JS Strict Error in EM. patch=Robert Accettura robert@accettura.com, r=rob_strong
This commit is contained in:
Родитель
13d9e4b421
Коммит
28601537ea
|
@ -988,7 +988,7 @@ var gExtensionsViewController = {
|
||||||
try {
|
try {
|
||||||
var prefs = Components.classes["@mozilla.org/preferences-service;1"]
|
var prefs = Components.classes["@mozilla.org/preferences-service;1"]
|
||||||
.getService(Components.interfaces.nsIPrefBranch);
|
.getService(Components.interfaces.nsIPrefBranch);
|
||||||
instantApply = prefs.getBoolPref("browser.preferences.instantApply");
|
var instantApply = prefs.getBoolPref("browser.preferences.instantApply");
|
||||||
features = "chrome,titlebar,toolbar,centerscreen" + (instantApply ? ",dialog=no" : ",modal");
|
features = "chrome,titlebar,toolbar,centerscreen" + (instantApply ? ",dialog=no" : ",modal");
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче