function tick()

in themes/hive/static/js/script.js [115:119]


function tick() {
  draw();
  update();
  requestAnimationFrame(tick);
}