1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 08:35:45 +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

@@ -132,7 +132,7 @@ var Config = Module("config", ConfigBase, {
titlestring: "Pentadactyl"
},
features: set([
features: Set([
"bookmarks", "hints", "history", "marks", "quickmarks", "sanitizer",
"session", "tabs", "tabs_undo", "windows"
]),