Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit c4ad299

Browse files
author
ericwlange
committed
2 parents 7378251 + 451f2af commit c4ad299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data and functions between Java and JavaScript, wrapping JS classes in Java whic
3131
are accessible from both environments, and asynchronous, multi-threaded callbacks between
3232
environments.
3333

34-
JSContext = new JSContext();
34+
JSContext context = new JSContext();
3535
context.property("a", 5);
3636
JSValue aValue = context.property("a");
3737
double a = aValue.toNumber();

0 commit comments

Comments
 (0)