1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 15:34:10 +01:00

Get rid of silly config.helpFiles.

--HG--
branch : xslt
rename : common/components/chrome-data.js => common/components/protocols.js
This commit is contained in:
Kris Maglione
2009-10-25 20:06:50 -04:00
parent 10091e0fd1
commit 486ac5954a
7 changed files with 119 additions and 59 deletions

View File

@@ -50,13 +50,6 @@ const configbase = { //{{{
*/
hostApplication: null,
/**
* @property {[string]} A list of HTML help files available under
* chrome://liberator/locale/. Used to generate help tag indexes for
* the :help command.
*/
helpFiles: [],
/**
* @property {function} Called on liberator startup to allow for any
* arbitrary application-specific initialization code.