diff options
Diffstat (limited to 'src/js/opaque.nim')
-rw-r--r-- | src/js/opaque.nim | 1 |
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] |