Skip to content

Commit

Permalink
delete bogus @param annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 14, 2023
1 parent 2181b52 commit 5687bf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/view/ISLCRulerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class ISLCRulerNode extends InteractiveHighlighting( Node ) {
* @param {ModelViewTransform2} modelViewTransform
* @param {function():number} getObject1Position - get the position in model coords, of the first object
* @param {Alerter} rulerAlerter TODO https://github.com/phetsims/least-squares-regression/issues/86 when other types need this, likely should create an ISLC interface for this
* @param {Tandem} tandem
* @param {Object} [options]
*/
constructor( rulerPositionProperty, dragBounds, modelViewTransform, getObject1Position, rulerAlerter, options ) {
Expand Down

0 comments on commit 5687bf9

Please sign in to comment.