function find()

in src/js/01-nav.js [93:95]


  function find (from, selector) {
    return [].slice.call(from.querySelectorAll(selector))
  }