mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-29 19:20:39 +02:00
missing var
This commit is contained in:
@@ -149,7 +149,8 @@ var PolyBezier = React.createClass({
|
||||
},
|
||||
|
||||
moveQuadraticPoint: function(api, i) {
|
||||
this.moveCubicPoint(api,i), anchor, toMove, fixed;
|
||||
this.moveCubicPoint(api,i);
|
||||
var anchor, toMove, fixed;
|
||||
|
||||
// then move the other control points
|
||||
[-1,1].forEach(v => {
|
||||
|
Reference in New Issue
Block a user