start.js 83 B

12345
  1. (function start () {
  2. console.log(1);
  3. window.requestAnimationFrame(_.redraw)
  4. })