Skip to content

Commit

Permalink
Merge pull request #515 from bngsudheer/master
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
kesne committed Aug 24, 2016
2 parents 26e6beb + bce3808 commit c547069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/00 Quick Start/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ var BoardSquare = React.createClass({
</div>
);
}
}
});

module.exports = DropTarget(ItemTypes.KNIGHT, squareTarget, collect)(BoardSquare);
```
Expand Down

0 comments on commit c547069

Please sign in to comment.