mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 865250 - Part 1: Define all properties of the pref data obviously. r=mleibovic
This commit is contained in:
parent
c049ce64b5
commit
fe4a1f017e
@ -953,7 +953,9 @@ var BrowserApp = {
|
|||||||
|
|
||||||
for each (let prefName in aPrefsRequest.preferences) {
|
for each (let prefName in aPrefsRequest.preferences) {
|
||||||
let pref = {
|
let pref = {
|
||||||
name: prefName
|
name: prefName,
|
||||||
|
type: "",
|
||||||
|
value: null
|
||||||
};
|
};
|
||||||
|
|
||||||
if (aListen) {
|
if (aListen) {
|
||||||
|
Loading…
Reference in New Issue
Block a user