diff --git a/app/components/ConnectionPoint.js b/app/components/ConnectionPoint.js index b30d9e1..4cec9b9 100644 --- a/app/components/ConnectionPoint.js +++ b/app/components/ConnectionPoint.js @@ -6,7 +6,7 @@ var electron = require('electron'); const {Raphael,Paper,Set,Circle,Ellipse,Image,Rect,Text,Path,Line} = require('react-raphael'); export default class ConnectionPoint extends Component { - // Props include id, x, and y. + // Props include onClick, id, x, and y. constructor(props) { super(props); @@ -45,6 +45,7 @@ export default class ConnectionPoint extends Component { return (