mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 09:45:46 +01:00
Make Teledactyl minimally functional, albeit with quite a lot of errors on the console.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# Firefox
|
||||
resource dactyl-local-content content/
|
||||
resource dactyl-local-skin skin/
|
||||
resource dactyl-local-locale locale/
|
||||
|
||||
@@ -10,10 +10,11 @@ var Config = Module("config", ConfigBase, {
|
||||
name: "pentadactyl",
|
||||
appName: "Pentadactyl",
|
||||
idName: "PENTADACTYL",
|
||||
fileExt: "penta",
|
||||
host: "Firefox",
|
||||
hostbin: "firefox",
|
||||
|
||||
commandContainer: "browser-bottombox",
|
||||
|
||||
Local: function Local(dactyl, modules, window)
|
||||
let ({ config } = modules) ({
|
||||
|
||||
|
||||
Reference in New Issue
Block a user