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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user