rename reversed -> reverse
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
(set lastChangeSet (the ChangeSet (Reflect.callMethod null command.handler collectedArgs)))
|
(set lastChangeSet (the ChangeSet (Reflect.callMethod null command.handler collectedArgs)))
|
||||||
(when lastChangeSet (ui.handleChanges archive lastChangeSet)))]
|
(when lastChangeSet (ui.handleChanges archive lastChangeSet)))]
|
||||||
// To facilitate asynchronous arg input via UI, we need to construct an insanely complicated nested callback to give the UI
|
// To facilitate asynchronous arg input via UI, we need to construct an insanely complicated nested callback to give the UI
|
||||||
(doFor arg (reversed command.args)
|
(doFor arg (reverse command.args)
|
||||||
(set lastCollector (_composeArgCollector collectedArgs arg lastCollector)))
|
(set lastCollector (_composeArgCollector collectedArgs arg lastCollector)))
|
||||||
(lastCollector)))
|
(lastCollector)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user