diff options
author | Eduardo Julian | 2022-04-09 04:10:28 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-09 04:10:28 -0400 |
commit | 659537b4ec859f1e705cdd1f82da29ab1a662d94 (patch) | |
tree | fcbfce7370b757009d0425eba1c56646fbc21dd4 /lux-js/source/program.lux | |
parent | 04c7f49a732380a2b9f72b1b937171b341c24323 (diff) |
De-sigil-ification: *
Diffstat (limited to '')
-rw-r--r-- | lux-js/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 76302fa55..01646ac23 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -700,8 +700,8 @@ (def: (scope body) (-> _.Statement _.Statement) - (_.statement (_.apply_* (_.closure (list) body) - (list)))) + (_.statement (_.apply (_.closure (list) body) + (list)))) (def: (lux_compiler it) (-> Any platform.Custom) |