1
0
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:
Pomax
2016-01-10 15:15:06 -08:00
parent 6ee8f70c97
commit bf9761fe98

View File

@@ -149,7 +149,8 @@ var PolyBezier = React.createClass({
}, },
moveQuadraticPoint: function(api, i) { 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 // then move the other control points
[-1,1].forEach(v => { [-1,1].forEach(v => {