1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 23:45:47 +01:00

Make 'stal' a string option.

This commit is contained in:
Kris Maglione
2010-12-29 15:03:34 -05:00
parent 7a0c7dacbe
commit d2c8d0112f
5 changed files with 34 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
// given in the LICENSE.txt file included with this file.
"use strict";
const Config = Module("config", ConfigBase, {
var Config = Module("config", ConfigBase, {
name: "pentadactyl",
appName: "Pentadactyl",
idName: "PENTADACTYL",
@@ -174,7 +174,7 @@ const Config = Module("config", ConfigBase, {
defaults: {
complete: "slf",
guioptions: "bCrs",
showtabline: 2,
showtabline: "always",
titlestring: "Pentadactyl"
},