mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 15:55:45 +01:00
Run style bot.
--HG-- extra : rebase_source : 3661ea16c48258e44239734cdad6bc18abc70b5f
This commit is contained in:
@@ -175,7 +175,7 @@ var CommandWidgets = Class("CommandWidgets", {
|
||||
if (obj.value != null)
|
||||
return [obj.value[0],
|
||||
obj.get ? obj.get.call(this, elem) : elem.value]
|
||||
.concat(obj.value.slice(2))
|
||||
.concat(obj.value.slice(2));
|
||||
return null;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user