addChild()

in helpers/navigation/nav_node.js [12:14]


  addChild(node) {
    this.children.push(node);
  }