summary refs log tree commit diff stats
path: root/lib/js
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-08-31 23:24:09 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-09-01 00:24:09 +0200
commitd06da9ccf01d41d06849f890e2821b8e791535ac (patch)
tree581de6285b91051eb054ae930f73e7cb09eab318 /lib/js
parent06e6c38d994ec801e06312826127a75586581eee (diff)
downloadNim-d06da9ccf01d41d06849f890e2821b8e791535ac.tar.gz
Exports dom.Style (#8444)
Diffstat (limited to 'lib/js')
-rw-r--r--lib/js/dom.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js/dom.nim b/lib/js/dom.nim
index fd81fdf3f..cf219df3d 100644
--- a/lib/js/dom.nim
+++ b/lib/js/dom.nim
@@ -201,7 +201,7 @@ type
     vspace*: int
     width*: int
 
-  Style = ref StyleObj
+  Style* = ref StyleObj
   StyleObj {.importc.} = object of RootObj
     background*: cstring
     backgroundAttachment*: cstring