mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
whitespace/formatting fixes
This commit is contained in:
@@ -83,7 +83,7 @@ Option.prototype = {
|
||||
return Array.slice(value);
|
||||
return value;
|
||||
},
|
||||
|
||||
|
||||
joinValues: function (values)
|
||||
{
|
||||
if (this.type == "stringlist")
|
||||
@@ -689,7 +689,7 @@ function Options() //{{{
|
||||
if (context.filter.indexOf("=") == -1)
|
||||
{
|
||||
if (prefix)
|
||||
context.filters.push(function ({item: opt}) opt.type == "boolean" || prefix == "inv" && opt.values instanceof Array);
|
||||
context.filters.push(function ({ item: opt }) opt.type == "boolean" || prefix == "inv" && opt.values instanceof Array);
|
||||
return completion.option(context, opt.scope);
|
||||
}
|
||||
else if (prefix == "no")
|
||||
|
||||
Reference in New Issue
Block a user