mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:37:58 +01:00
Get rid of template.maybeXML.
This commit is contained in:
@@ -668,7 +668,10 @@ const JavaScript = Module("javascript", {
|
||||
"boolean", false, {
|
||||
setter: function (value) {
|
||||
if (services.debugger.isOn != value)
|
||||
services.debugger[value ? "on" : "off"]();
|
||||
if (value)
|
||||
(services.debugger.asyncOn || services.debugger.on)(null);
|
||||
else
|
||||
services.debugger.off();
|
||||
},
|
||||
getter: function () services.debugger.isOn
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user