Content deleted Content added
No edit summary |
No edit summary |
||
Line 56:
var child = aElement.firstChild;
while (child) {
if (child.nodeType ==
pickUpTextInternal(child);
else if (child.nodeType ==
str += child.nodeValue;
|