1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 03:57:59 +01:00

Fix :version for non-XPI installs. Fix :extensions in FF 3.6.

This commit is contained in:
Kris Maglione
2010-09-18 07:24:35 -04:00
parent ce179ee3b6
commit a53edafac1
12 changed files with 32 additions and 19 deletions

View File

@@ -114,6 +114,7 @@ function Dactyl() {
this.HELP_TAGS = {};
this.FILE_MAP = {};
this.OVERLAY_MAP = {};
this.addonID = this.name + "@dactyl.googlecode.com";
}
Dactyl.prototype = {
contractID: "@mozilla.org/network/protocol;1?name=dactyl",