Small fix for js dom

This commit is contained in:
konqoro
2017-12-13 16:14:01 +02:00
committed by GitHub
parent 542d45f882
commit 422c117a77

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