mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
Whitespace fixes.
--HG-- extra : rebase_source : 37889b9ebf1f965d0e305d95f488d6c01c54013c
This commit is contained in:
@@ -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