1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-10 08:35:46 +01:00

s/\bset\b/Set/g

This commit is contained in:
Kris Maglione
2011-07-16 18:51:59 -04:00
parent 328b992969
commit 9002a78d14
29 changed files with 144 additions and 129 deletions

View File

@@ -133,7 +133,7 @@ const Config = Module("config", ConfigBase, {
},
/*** optional options, there are checked for existence and a fallback provided ***/
features: set(["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"]),
features: Set(["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"]),
defaults: {
guioptions: "bCmprs",