We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef15594 + fab9299 commit d7254ccCopy full SHA for d7254cc
cocktail/core/parser/DOMParser.hx
@@ -112,6 +112,8 @@ class DOMParser
112
{
113
continue;
114
}
115
+
116
+ default:
117
118
119
//desrialize the child, thus deserializing
@@ -129,6 +131,9 @@ class DOMParser
129
131
130
132
133
return htmlElement;
134
135
136
137
138
139
return null;
@@ -208,4 +213,4 @@ class DOMParser
208
213
return xml;
209
214
210
215
211
-}
216
+}
0 commit comments