mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 22:05:46 +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 = {
|
||||
isDefault: !userValue,
|
||||
default: this._load(pref, null, true),
|
||||
default: this.defaults.get(pref, null),
|
||||
value: <>={template.highlight(value, true, 100)}</>,
|
||||
name: pref,
|
||||
pre: "\u00a0\u00a0" // Unicode nonbreaking space.
|
||||
|
||||
Reference in New Issue
Block a user