This commit is contained in:
Adam D. Ruppe 2013-05-28 10:22:31 -04:00
parent 0d8022877b
commit 2b3017f963
1 changed files with 1 additions and 1 deletions

2
dom.d
View File

@ -4154,7 +4154,7 @@ struct DomMutationEvent {
}
private static string[] selfClosedElements = [
private enum static string[] selfClosedElements = [
// html 4
"img", "hr", "input", "br", "col", "link", "meta",
// html 5