Added body and head properties to document.

This commit is contained in:
yglukhov
2015-04-29 10:01:26 +03:00
parent 26eae7d00e
commit 3161f904a5

View File

@@ -152,10 +152,12 @@ type
DocumentObj {.importc.} = object of NodeObj
alinkColor*: cstring
bgColor*: cstring
body*: Element
charset*: cstring
cookie*: cstring
defaultCharset*: cstring
fgColor*: cstring
head*: Element
lastModified*: cstring
linkColor*: cstring
referrer*: cstring