function toArray()

in site-ui/src/js/01-on-this-page.js [91:93]


  function toArray (collection) {
    return [].slice.call(collection)
  }