mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:07:59 +01:00
Prepare for merge with testing branch.
This commit is contained in:
@@ -37,7 +37,7 @@ const JavaScript = Module("javascript", {
|
||||
"use strict";
|
||||
const self = this;
|
||||
|
||||
if(obj == null)
|
||||
if (obj == null)
|
||||
return;
|
||||
|
||||
let orig = obj;
|
||||
@@ -319,7 +319,7 @@ const JavaScript = Module("javascript", {
|
||||
_complete: function (objects, key, compl, string, last) {
|
||||
const self = this;
|
||||
|
||||
if(!options["jsdebugger"] && !this.context.message)
|
||||
if (!options["jsdebugger"] && !this.context.message)
|
||||
this.context.message = "For better completion data, please enable the JavaScript debugger (:set jsdebugger)";
|
||||
|
||||
let orig = compl;
|
||||
|
||||
Reference in New Issue
Block a user