1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 17:32:25 +01:00

Get rid of some 'config.name' checks in the common tree. These should all, ideally, go.

This commit is contained in:
Kris Maglione
2009-03-22 02:25:05 -04:00
parent c35cca159f
commit cf57844986
7 changed files with 59 additions and 48 deletions

View File

@@ -110,6 +110,8 @@ const config = { //{{{
function () { buffer.viewSelectionSource(); }]
],
hasTabbrowser: true,
// they are sorted by relevance, not alphabetically
helpFiles: [
"intro.html", "tutorial.html", "starting.html", "browsing.html",
@@ -120,6 +122,10 @@ const config = { //{{{
"various.html", "index.html", "version.html"
],
optionDefaults: {
stal: 0,
},
scripts: [
"bookmarks.js",
"tabs.js",