mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-01 20:33:34 +02:00
cleanup based on uglify feedback
This commit is contained in:
@@ -31,8 +31,7 @@ var Extremities = React.createClass({
|
||||
pts = curve.points,
|
||||
w = api.getPanelWidth(),
|
||||
h = api.getPanelHeight(),
|
||||
offset = { x: w, y: 0 },
|
||||
extremities;
|
||||
offset = { x: w, y: 0 };
|
||||
|
||||
var x_pts = JSON.parse(JSON.stringify(pts)).map((p,t) => { return {x:w*t/tf, y:p.x}; });
|
||||
api.setColor("black");
|
||||
|
Reference in New Issue
Block a user