mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-21 07:51:49 +02:00
.
This commit is contained in:
@@ -219,7 +219,7 @@ var Graphic = React.createClass({
|
||||
|
||||
setCurve: function(c) {
|
||||
var pts = [];
|
||||
c = Array.from(arguments);
|
||||
c = Array.prototype.slice.call(arguments);
|
||||
c.forEach(nc => {
|
||||
pts = pts.concat(nc.points);
|
||||
});
|
||||
|
Reference in New Issue
Block a user