mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 14:17:59 +01:00
Whitespace fixes.
--HG-- extra : rebase_source : 37889b9ebf1f965d0e305d95f488d6c01c54013c
This commit is contained in:
@@ -654,9 +654,9 @@ const Dactyl = Module("dactyl", {
|
||||
<type>{obj.type}</type>
|
||||
<default>{obj.stringDefaultValue}</default></>}
|
||||
<description>{
|
||||
obj.description ? br+<p>{obj.description.replace(/\.?$/, ".")}</p> : "" }{
|
||||
extraHelp ? br+extraHelp : "" }{
|
||||
!(extraHelp || obj.description) ? br+<p>Sorry, no help available.</p> : "" }
|
||||
obj.description ? br + <p>{obj.description.replace(/\.?$/, ".")}</p> : "" }{
|
||||
extraHelp ? br + extraHelp : "" }{
|
||||
!(extraHelp || obj.description) ? br + <p>Sorry, no help available.</p> : "" }
|
||||
</description>
|
||||
</item></res>;
|
||||
|
||||
|
||||
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user