mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 17:05:49 +01:00
Remove stale reference to prefs._load.
This commit is contained in:
@@ -106,7 +106,7 @@ var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
|||||||
|
|
||||||
let option = {
|
let option = {
|
||||||
isDefault: !userValue,
|
isDefault: !userValue,
|
||||||
default: this._load(pref, null, true),
|
default: this.defaults.get(pref, null),
|
||||||
value: <>={template.highlight(value, true, 100)}</>,
|
value: <>={template.highlight(value, true, 100)}</>,
|
||||||
name: pref,
|
name: pref,
|
||||||
pre: "\u00a0\u00a0" // Unicode nonbreaking space.
|
pre: "\u00a0\u00a0" // Unicode nonbreaking space.
|
||||||
|
|||||||
Reference in New Issue
Block a user