aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js
diff options
context:
space:
mode:
authorEduardo Julian2018-01-23 21:17:13 -0400
committerEduardo Julian2018-01-23 21:17:13 -0400
commitfb14b2eb168377820b3af399c44dc2c4b6973f5a (patch)
tree3471e0aac74be904bbc74db5b2709e5277105609 /new-luxc/source/luxc/lang/translation/js
parentb4c98d50eec1371101fbd190a5dad746de91ed2d (diff)
- WIP: Infrastructure to interact with Nashorn interpreter.
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/js')
-rw-r--r--new-luxc/source/luxc/lang/translation/js/runtime.jvm.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/js/runtime.jvm.lux b/new-luxc/source/luxc/lang/translation/js/runtime.jvm.lux
index 742185c2e..4c50a7aef 100644
--- a/new-luxc/source/luxc/lang/translation/js/runtime.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/js/runtime.jvm.lux
@@ -7,7 +7,7 @@
(def: prefix Text "LuxRuntime")
-(def: #export unit //.Expression (%t "\u0000"))
+(def: #export unit //.Expression (%t //.unit))
(def: (flag value)
(-> Bool //.JS)