1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 21:32:26 +01:00

Fix bug in dtd generation.

This commit is contained in:
Kris Maglione
2011-01-26 18:11:24 -05:00
parent 7720b17a5a
commit c7ba9d6c8d

View File

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