mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:28:01 +01:00
whitespace fixes
This commit is contained in:
@@ -479,7 +479,7 @@ function Completion() //{{{
|
||||
completer = obj[func].liberatorCompleter;
|
||||
}
|
||||
catch (e) {}
|
||||
liberator.dump({call: completer, func: func, obj: obj, string: string, args: "args"});
|
||||
liberator.dump({ call: completer, func: func, obj: obj, string: string, args: "args" });
|
||||
if (!completer)
|
||||
return [0, []];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user