1
0
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:
Kris Maglione
2011-01-26 04:14:48 -05:00
parent 0a7f399bf7
commit 67ced64484

View File

@@ -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.