about summary refs log tree commit diff stats
path: root/src/js/opaque.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/opaque.nim')
-rw-r--r--src/js/opaque.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/opaque.nim b/src/js/opaque.nim
index ae79481b..96b8fa55 100644
--- a/src/js/opaque.nim
+++ b/src/js/opaque.nim
@@ -15,6 +15,7 @@ type
     VALUE = "value"
     NEXT = "next"
     PROTOTYPE = "prototype"
+    THEN = "then"
 
   JSContextOpaque* = ref object
     creg*: Table[string, JSClassID]