Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 21, 2020
1 parent 123dc13 commit eb306f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/energy-skate-park/common/view/GridNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ define( require => {
* @param {Tandem} tandem
* @constructor
*/
constructor( gridVisibleProperty, referenceHeightProperty, visibleBoundsProperty, modelViewTransform, tandem ) {
constructor( gridVisibleProperty, referenceHeightProperty, visibleBoundsProperty, modelViewTransform, tandem ) { // TODO: visibleBoundsProperty not marked in JSDoc
super( {
pickable: false,
tandem: tandem
Expand Down

0 comments on commit eb306f6

Please sign in to comment.