mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +00:00
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
function prepareEnv(cb) {
|
|
SpecialPowers.pushPrefEnv({"set":[["dom.mozApps.debug", true]]}, cb);
|
|
}
|