diff options
Diffstat (limited to 'new-luxc/source/luxc/lang/translation')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux b/new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux index 7fe3f545c..dc6d48bd8 100644 --- a/new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux @@ -16,9 +16,9 @@ (do-template [<name> <js>] [(def: (<name> _) @.Nullary <js>)] - [js//null "null"] + [js//null "null"] [js//undefined "undefined"] - [js//object "{}"] + [js//object "{}"] ) (def: (js//global proc translate inputs) |