about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/html/dom.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/dom.nim b/src/html/dom.nim
index 89da6c4e..44613b90 100644
--- a/src/html/dom.nim
+++ b/src/html/dom.nim
@@ -75,7 +75,7 @@ type
     document* {.jsufget.}: Document
     timeouts*: TimeoutState
     navigate*: proc(url: URL)
-    importMapsAllowed: bool
+    importMapsAllowed*: bool
 
   # Navigator stuff
   Navigator* = object