From c7ba9d6c8dafa74eee5f35d9111e029d88e41f0f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 26 Jan 2011 18:11:24 -0500 Subject: [PATCH] Fix bug in dtd generation. --- common/modules/config.jsm | 1 + 1 file changed, 1 insertion(+) 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/",