diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 71d25426..e75186bf 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -124,6 +124,7 @@ var ConfigBase = Class("ConfigBase", { }), dtd: memoize({ + get name() config.name, get home() "http://dactyl.sourceforge.net/", get apphome() this.home + this.name, code: "http://code.google.com/p/dactyl/",