1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:27:58 +01:00

Typo and general idiocy fixes. Kill 'linksearch'.

This commit is contained in:
Kris Maglione
2010-12-17 12:30:51 -05:00
parent 714870525e
commit 9fb3febe95
16 changed files with 50 additions and 74 deletions

View File

@@ -664,7 +664,7 @@ const JavaScript = Module("javascript", {
},
options: function () {
options.add(["jsdebugger", "jsd"],
"Use the JavaScript debugger service for JavaScript completion",
"Enable the JavaScript debugger service for use in JavaScript completion",
"boolean", false, {
setter: function (value) {
if (services.debugger.isOn != value)