1
0
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:
Kris Maglione
2010-12-10 18:46:27 -05:00
parent 1c734e6709
commit 272cbc5c66
2 changed files with 13 additions and 13 deletions

View File

@@ -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",