mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 23:45:48 +01:00
Fix bug in dtd generation.
This commit is contained in:
@@ -124,6 +124,7 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
dtd: memoize({
|
dtd: memoize({
|
||||||
|
get name() config.name,
|
||||||
get home() "http://dactyl.sourceforge.net/",
|
get home() "http://dactyl.sourceforge.net/",
|
||||||
get apphome() this.home + this.name,
|
get apphome() this.home + this.name,
|
||||||
code: "http://code.google.com/p/dactyl/",
|
code: "http://code.google.com/p/dactyl/",
|
||||||
|
|||||||
Reference in New Issue
Block a user