Skip to content

Commit

Permalink
add missing @param
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Dec 14, 2021
1 parent 29f7266 commit 4f7b810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/RulerIconNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class RulerIconNode extends RulerNode {

/**
* @param rulerNode
* @param zoomTransformProperty
*/
constructor( rulerNode: GORulerNode, zoomTransformProperty: Property<ModelViewTransform2> ) {

Expand Down

1 comment on commit 4f7b810

@pixelzoom
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.