This commit is contained in:
Araq
2015-10-25 02:38:33 +02:00
parent cd7b5ae1eb
commit 77dc0e50ff

View File

@@ -33,7 +33,7 @@ import
const
coreAttr* = " id class title style "
eventAttr* = " onclick ondblclick onmousedown onmouseup " &
"onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup "
"onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup onload "
commonAttr* = coreAttr & eventAttr
proc getIdent(e: NimNode): string {.compileTime.} =