constructor()

in helpers/navigation/nav_tree.js [4:8]


  constructor(items) {
    this.nodes = [];

    this.initNodes(items);
  }