mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-20 18:06:53 +00:00
fixes #3474
This commit is contained in:
@@ -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.} =
|
||||
|
||||
Reference in New Issue
Block a user