DmitrMakeev commited on
Commit
9b66693
verified
1 Parent(s): 5713b47

Update koleso.html

Browse files
Files changed (1) hide show
  1. koleso.html +1 -1
koleso.html CHANGED
@@ -126,7 +126,7 @@ function drawSector(sector, i) {
126
  function rotate() {
127
  const sector = sectors[getIndex()];
128
  ctx.canvas.style.transform = `rotate(${ang - PI / 2}rad)`;
129
- spinEl.textContent = !angVel ? 'SPIN' : sector.label;
130
  spinEl.style.background = sector.color;
131
  }
132
 
 
126
  function rotate() {
127
  const sector = sectors[getIndex()];
128
  ctx.canvas.style.transform = `rotate(${ang - PI / 2}rad)`;
129
+ spinEl.textContent = !angVel ? '校写邪褔邪!' : sector.label;
130
  spinEl.style.background = sector.color;
131
  }
132