function find()

in src/js/netbeans.js [197:199]


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