mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:17:59 +01:00
Import some fixes from Vimperator. Thanks anekos, teramoko, and stepnem.
This commit is contained in:
@@ -604,7 +604,7 @@ const JavaScript = Module("javascript", {
|
||||
options.add(["jsdebugger", "jsd"],
|
||||
"Switch on/off jsdebugger",
|
||||
"boolean", false, {
|
||||
setter: function(value) {
|
||||
setter: function (value) {
|
||||
if (value)
|
||||
services.get("debugger").on();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user