mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 03:30:34 +02:00
linting!
This commit is contained in:
@@ -48,7 +48,7 @@ var Reordering = React.createClass({
|
||||
q[i] = {
|
||||
x: q[i].x + (q[i+1].x - q[i].x) * t,
|
||||
y: q[i].y + (q[i+1].y - q[i].y) * t
|
||||
}
|
||||
};
|
||||
}
|
||||
q.splice(q.length-1, 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user