From 971767f1eafb22208912353d8709f11081f2d3c8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 14 Sep 2021 02:56:22 -0400 Subject: Re-named "Identifier" to "Symbol". --- lux-js/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-js/source') 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: (getValue [] java/lang/Object)) - (`` (import: (~~ (template.identifier ["program/" ])) + (`` (import: (~~ (template.symbol ["program/" ])) ["[1]::[0]" (getValue [] java/lang/Object)]))] -- cgit v1.2.3