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

Add some missing options to index.xml help page.

This commit is contained in:
Doug Kearns
2010-10-01 23:55:13 +10:00
parent 84cd9c5cef
commit 7a09c698f7
3 changed files with 8 additions and 2 deletions

View File

@@ -654,7 +654,7 @@ const JavaScript = Module("javascript", {
},
options: function () {
options.add(["jsdebugger", "jsd"],
"Switch on/off jsdebugger",
"Use the JavaScript debugger service for JavaScript completion",
"boolean", false, {
setter: function (value) {
services.get("debugger")[value ? "on" : "off"]();