mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 08:54:13 +01:00
Add missing semicolons.
This commit is contained in:
@@ -35,7 +35,7 @@ var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
||||
__proto__: this,
|
||||
get original() this.constructor(this.ORIGINAL + this.root),
|
||||
get restore() this.constructor(this.RESTORE + this.root),
|
||||
get saved() this.constructor(this.SAVED + this.root),
|
||||
get saved() this.constructor(this.SAVED + this.root)
|
||||
});
|
||||
|
||||
if (!defaults)
|
||||
@@ -414,10 +414,10 @@ var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
||||
|
||||
yield option;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
return template.options(_("pref.hostPreferences", config.host), prefs.call(this));
|
||||
},
|
||||
}
|
||||
}, {
|
||||
}, {
|
||||
completion: function init_completion(dactyl, modules) {
|
||||
|
||||
Reference in New Issue
Block a user