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:
@@ -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"]();
|
||||
|
||||
Reference in New Issue
Block a user