mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
Bug 322305 - JS Strict Error in EM. patch=Robert Accettura robert@accettura.com, r=rob_strong
This commit is contained in:
parent
51097effbd
commit
1fbb6d93cd
@ -988,7 +988,7 @@ var gExtensionsViewController = {
|
||||
try {
|
||||
var prefs = Components.classes["@mozilla.org/preferences-service;1"]
|
||||
.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");
|
||||
}
|
||||
catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user