function find()

in site-ui/src/js/04-tabs-block.js [41:43]


  function find (selector, from) {
    return Array.prototype.slice.call((from || document).querySelectorAll(selector))
  }