mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 03:57:59 +01:00
Fix issue in revision 2505a62b7c53. Closes issue #175.
This commit is contained in:
@@ -89,11 +89,12 @@ function Dactyl() {
|
||||
this.HELP_TAGS = {};
|
||||
this.FILE_MAP = {};
|
||||
this.OVERLAY_MAP = {};
|
||||
this.addonID = this.name + "@dactyl.googlecode.com";
|
||||
|
||||
this.pages = {};
|
||||
for each (let pref in ["appName", "fileExt", "host", "hostbin", "idName", "name"])
|
||||
this[pref] = prefs.getComplexValue(pref, Ci.nsISupportsString).data;
|
||||
|
||||
this.addonID = this.name + "@dactyl.googlecode.com";
|
||||
}
|
||||
Dactyl.prototype = {
|
||||
contractID: "@mozilla.org/network/protocol;1?name=dactyl",
|
||||
|
||||
Reference in New Issue
Block a user