aboutsummaryrefslogtreecommitdiff
path: root/lux-js/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-js/source/program.lux')
-rw-r--r--lux-js/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux
index c9eb90f54..3f9fa6997 100644
--- a/lux-js/source/program.lux
+++ b/lux-js/source/program.lux
@@ -138,7 +138,7 @@
[(ffi.interface: <name>
(getValue [] java/lang/Object))
- (`` (import: (~~ (template.identifier ["program/" <name>]))
+ (`` (import: (~~ (template.symbol ["program/" <name>]))
["[1]::[0]"
(getValue [] java/lang/Object)]))]