diff --git a/js/focusanddirectrix/view/PointOnParabolaLinesNode.js b/js/focusanddirectrix/view/PointOnParabolaLinesNode.js index b53b6ad1..e67050ba 100644 --- a/js/focusanddirectrix/view/PointOnParabolaLinesNode.js +++ b/js/focusanddirectrix/view/PointOnParabolaLinesNode.js @@ -18,17 +18,16 @@ define( require => { const Node = require( 'SCENERY/nodes/Node' ); const Property = require( 'AXON/Property' ); - //Review: This JSDoc should go above the constructor - /** - * @param {Property.} quadraticProperty - the interactive quadratic - * @param {Property.} pointOnParabolaProperty - the point - * @param {ModelViewTransform2} modelViewTransform - * @param {Property.} pointOnParabolaVisibleProperty - * @param {Property.} focusVisibleProperty - * @param {Property.} directrixVisibleProperty - */ class PointOnParabolaLinesNode extends Node { + /** + * @param {Property.} quadraticProperty - the interactive quadratic + * @param {Property.} pointOnParabolaProperty - the point + * @param {ModelViewTransform2} modelViewTransform + * @param {Property.} pointOnParabolaVisibleProperty + * @param {Property.} focusVisibleProperty + * @param {Property.} directrixVisibleProperty + */ constructor( quadraticProperty, pointOnParabolaProperty, modelViewTransform, pointOnParabolaVisibleProperty, focusVisibleProperty, directrixVisibleProperty ) {