diff options
Diffstat (limited to 'lux-js')
-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) |