Skip to content

Commit

Permalink
delete incorrect doc, #121
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 11, 2019
1 parent ba2c684 commit d5bef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/PointTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define( function( require ) {
/**
* @param {Vector2} location initial location of the tool
* @param {string} orientation direction that the tip points, either 'up', 'down'
* @param {ObservableArray.<Line>} lines Lines that the tool might intersect, provided in the order that they would be rendered
* @param {ObservableArray.<Line>} lines Lines that the tool might intersect
* @param {Bounds2} dragBounds tool can be dragged within these bounds
* @constructor
*/
Expand Down

0 comments on commit d5bef6a

Please sign in to comment.