Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitchenkoSergey authored Aug 15, 2019
1 parent 7d0afb8 commit bebc2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ schemeDesigner.render();
<tr>
<td>pointInObjectFunction: Function(schemeObject: SchemeObject, point: Coordinates, scheme: Scheme, view: View)</td>
<td></td>
<td>Defined hit region detection for object: if return true - hit. Point is normalized by object rect coordinates of cursor. See examples/index.html</td>
<td>Defined hit region detection for object: if return true - hit. Point is normalized by object rect coordinates of cursor. See examples/index.html. If not defined check hit in object rect.</td>
</tr>
<tr>
<td>clickFunction: Function(schemeObject: SchemeObject, scheme: Scheme, view: View, e: Event)</td>
Expand Down

0 comments on commit bebc2d0

Please sign in to comment.