Merge pull request #6919 from konqoro/patch-19

Small fix for js dom
This commit is contained in:
Dominik Picheta
2017-12-13 21:45:47 +00:00
committed by GitHub

View File

@@ -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