1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 17:15:47 +01:00

Make Teledactyl minimally functional, albeit with quite a lot of errors on the console.

This commit is contained in:
Kris Maglione
2011-02-19 22:02:01 -05:00
parent b648a061c8
commit d37e8159ed
23 changed files with 373 additions and 412 deletions

View File

@@ -151,6 +151,8 @@ var ConfigBase = Class("ConfigBase", {
return version;
}),
get fileExt() this.name.slice(0, -5),
dtd: memoize({
get name() config.name,
get home() "http://dactyl.sourceforge.net/",
@@ -243,8 +245,6 @@ var ConfigBase = Class("ConfigBase", {
*/
autocommands: {},
commandContainer: "browser-bottombox",
/**
* @property {Object} A map of :command-complete option values to completer
* function names.
@@ -350,6 +350,8 @@ var ConfigBase = Class("ConfigBase", {
*/
scripts: [],
sidebars: {},
/**
* @property {string} The leaf name of any temp files created by
* {@link io.createTempFile}.