guardian/scribe

node.children is undefined?

Open

#462 opened on Mar 15, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (3,516 stars) (265 forks)batch import
beginnerhelp wanted

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.

Contributor guide