mirror of https://github.com/adamdruppe/arsd.git
ctfe!
This commit is contained in:
parent
0d8022877b
commit
2b3017f963
2
dom.d
2
dom.d
|
@ -4154,7 +4154,7 @@ struct DomMutationEvent {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private static string[] selfClosedElements = [
|
private enum static string[] selfClosedElements = [
|
||||||
// html 4
|
// html 4
|
||||||
"img", "hr", "input", "br", "col", "link", "meta",
|
"img", "hr", "input", "br", "col", "link", "meta",
|
||||||
// html 5
|
// html 5
|
||||||
|
|
Loading…
Reference in New Issue