guardian/scribe

node.children is undefined?

Open

#462 aberto em 15 de mar. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (265 forks)batch import
beginnerhelp wanted

Métricas do repositório

Stars
 (3.516 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

In this function, did you really mean node or element?

Because Node objects do not have the children property - only Element objects have that.

Guia do colaborador