Skip to content

Commit

Permalink
Fix an example of the tutorial
Browse files Browse the repository at this point in the history
awesome tutorial btw! :D
  • Loading branch information
yogodoshi committed Jul 29, 2016
1 parent aff817f commit b6f3f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/00 Quick Start/Tutorial.md
Expand Up @@ -1652,6 +1652,7 @@ var BoardSquare = React.createClass({
var y = this.props.y;
var connectDropTarget = this.props.connectDropTarget;
var isOver = this.props.isOver;
var canDrop = this.props.canDrop;
var black = (x + y) % 2 === 1;

return connectDropTarget(
Expand Down

0 comments on commit b6f3f81

Please sign in to comment.