about summary refs log tree commit diff stats
path: root/src/html
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-12-25 00:16:54 +0100
committerbptato <nincsnevem662@gmail.com>2023-12-25 00:17:05 +0100
commite017bd1b635ebc5f78fc56e962da0820fbd2f3e7 (patch)
treef8f9ffbe9828524be8e61eea485afd02bb1a0ee9 /src/html
parent1bc63e1cd59bff8e7e266bec80ba961fecf772b7 (diff)
downloadchawan-e017bd1b635ebc5f78fc56e962da0820fbd2f3e7.tar.gz
dom: export import maps allowed
whoops
Diffstat (limited to 'src/html')
-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