mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 00:45:46 +01:00
Run stylebot -- semicolons.
This commit is contained in:
@@ -267,7 +267,7 @@ var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
||||
*/
|
||||
restore: function (branch) {
|
||||
this.getNames(this.RESTORE + (branch || "")).forEach(function (pref) {
|
||||
this.safeSet(pref.substr(this.RESTORE.length), this.get(pref), null, true)
|
||||
this.safeSet(pref.substr(this.RESTORE.length), this.get(pref), null, true);
|
||||
this.reset(pref);
|
||||
}, this);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user