diff --git a/common/content/dactyl.js b/common/content/dactyl.js index e0420bf7..81e0dca5 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -654,9 +654,9 @@ const Dactyl = Module("dactyl", { {obj.type} {obj.stringDefaultValue}} { - obj.description ? br+

{obj.description.replace(/\.?$/, ".")}

: "" }{ - extraHelp ? br+extraHelp : "" }{ - !(extraHelp || obj.description) ? br+

Sorry, no help available.

: "" } + obj.description ? br +

{obj.description.replace(/\.?$/, ".")}

: "" }{ + extraHelp ? br + extraHelp : "" }{ + !(extraHelp || obj.description) ? br +

Sorry, no help available.

: "" }
; diff --git a/common/content/javascript.js b/common/content/javascript.js index 4b369df8..e3dc21a1 100644 --- a/common/content/javascript.js +++ b/common/content/javascript.js @@ -458,7 +458,7 @@ const JavaScript = Module("javascript", { try { let i = (this._get(-2) && this._get(-2).char == "(") ? -2 : -1; if (this._get(i).char == "(") { - let [offset, obj, funcName] = this._getObjKey(i-1); + let [offset, obj, funcName] = this._getObjKey(i - 1); if (obj.length) { let func = obj[0][0][funcName]; if (callable(func)) {