diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-31 23:24:09 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-09-01 00:24:09 +0200 |
commit | d06da9ccf01d41d06849f890e2821b8e791535ac (patch) | |
tree | 581de6285b91051eb054ae930f73e7cb09eab318 /lib/js | |
parent | 06e6c38d994ec801e06312826127a75586581eee (diff) | |
download | Nim-d06da9ccf01d41d06849f890e2821b8e791535ac.tar.gz |
Exports dom.Style (#8444)
Diffstat (limited to 'lib/js')
-rw-r--r-- | lib/js/dom.nim | 2 |
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 |