diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-26 04:14:48 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-26 04:14:48 -0500 |
commit | 67ced64484078a3d764f005805049c98f7803ce2 (patch) | |
tree | 6f37e976c3dcdca887c2d664512b9bedb1623f08 /common | |
parent | 0a7f399bf7658ca8a2bcc55ebb4af646162faa35 (diff) | |
download | pentadactyl-67ced64484078a3d764f005805049c98f7803ce2.tar.gz |
Remove stale reference to prefs._load.
Diffstat (limited to 'common')
-rw-r--r-- | common/modules/prefs.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/prefs.jsm b/common/modules/prefs.jsm index 12feb07e..21531536 100644 --- a/common/modules/prefs.jsm +++ b/common/modules/prefs.jsm @@ -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. |