1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 03:30:34 +02:00

fixing some errors to make the build pass

This commit is contained in:
Pomax
2017-03-20 18:42:49 -07:00
parent 046d04d0c5
commit 7eda923398
8 changed files with 99397 additions and 60 deletions

View File

@@ -91,7 +91,7 @@ var Graphic = React.createClass({
}
if (this.props.draw) {
this.props.draw(this,this.curve);
this.props.draw(this, this.curve);
}
if (this.props.autoplay) {