in helpers/navigation/nav_node.js [19:24]
toggle() { if (!this.isActive) { return this.activate(); } return this.deactivate(); }