mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
Small fix for js dom
This commit is contained in:
@@ -134,9 +134,9 @@ type
|
||||
|
||||
# https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
|
||||
HtmlElement* = ref object of Element
|
||||
contentEditable*: string
|
||||
contentEditable*: cstring
|
||||
isContentEditable*: bool
|
||||
dir*: string
|
||||
dir*: cstring
|
||||
offsetHeight*: int
|
||||
offsetWidth*: int
|
||||
offsetLeft*: int
|
||||
|
||||
Reference in New Issue
Block a user