mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 20:11:59 +02:00
linting!
This commit is contained in:
@@ -23,7 +23,7 @@ var PolyBezier = React.createClass({
|
||||
// subsequent curve
|
||||
{x:pad,y:h-pad}, {x:pad,y:cy},
|
||||
// final curve control point
|
||||
{x:pad,y:pad},
|
||||
{x:pad,y:pad}
|
||||
];
|
||||
api.lpts = pts;
|
||||
},
|
||||
|
Reference in New Issue
Block a user